corelibraries-devexpress-dot-xtracharts-7ee8737d.md
Provides options which define how scroll bars are painted.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class ScrollBarOptions :
ChartElement
Public Class ScrollBarOptions
Inherits ChartElement
The following members return ScrollBarOptions objects:
The options provided by a ScrollBarOptions object determine the appearance of a pane‘s scroll bars. To access the ScrollBarOptions object of a pane, use its XYDiagramPaneBase.ScrollBarOptions property.
For a related code example, refer to How to: Customize the Appearance of a Pane’s Scroll Bar (Runtime Sample).
Object ChartElement ScrollBarOptions
See Also
How to: Customize the Appearance of a Pane's Scroll Bar (Runtime Sample)