Search
TimetableSettings.setSecondTimelineStyle Method
See Also
 






Sets a value indicating whether a second timeline is displayed in addition to the primary one.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setSecondTimelineStyle (
    Alignment value
)

 Parameters

value

One of the Alignment constants. Set to Alignment.Near to show the second timeline next to the main one, Alignment.Far to place it at the opposite side of the view, or Alignment.None to hide it. Set to null to use the corresponding value from the current theme.

 See Also