Skip to main content
A newer version of this page is available. .

ScrollBarOptions Properties

Provides options which define how scroll bars are painted.
Name Description
BackColor Gets or sets the background color of scroll bars.
BarColor Gets or sets the bar’s color in a scroll bar.
BarThickness Gets or sets the thickness of scroll bars.
BorderColor Gets or sets the border color of scroll bars.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
XAxisScrollBarAlignment Specifies the alignment of the X-axis scroll bar.
XAxisScrollBarVisible Gets or sets the visibility of the X-axis scroll bar.
YAxisScrollBarAlignment Specifies the alignment of the Y-axis scroll bar.
YAxisScrollBarVisible Gets or sets the visibility of the Y-axis scroll bar.
See Also