SeriesViewerScrollbarMode
Describes the scrollbar mode to use for the series viewer.
Enumeration Members
Section titled "Enumeration Members"FadeToLine
Section titled "FadeToLine"A scrollbar that faides to a hairline will be used that shows only when zoom/pan is changing or the cursor is near.
FadeToLine = 2 Fading
Section titled "Fading"Fading scrollbar will be used that shows only when zoom/pan is changing or the cursor is near.
Fading = 1 No horizontal scrollbar will be visible.
None = 0 Persistent
Section titled "Persistent"Persistent scrollbar will be used that shows all the time.
Persistent = 3