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. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| XAxisAnnotationOptions | Returns the x-axis scroll bar annotation options. |
| XAxisScrollBarAlignment | Specifies the alignment of the X-axis scroll bar. |
| XAxisScrollBarVisible | Gets or sets the visibility of the X-axis scroll bar. |
| YAxisAnnotationOptions | Returns the y-axis scroll bar annotation options. |
| YAxisScrollBarAlignment | Specifies the alignment of the Y-axis scroll bar. |
| YAxisScrollBarVisible | Gets or sets the visibility of the Y-axis scroll bar. |
See Also