XYDiagramPaneBase.ScrollBarOptions Property
In This Article
Gets the specific settings of scroll bars displayed within the pane when the chart is being zoomed or scrolled.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public ScrollBarOptions ScrollBarOptions { get; }
#Property Value
Type | Description |
---|---|
Scroll |
A Scroll |
#Remarks
Use this property to modify the visibility, alignment, color, border and thickness of a pane’s scroll bars.
For a related code example, refer to How to: Customize the Appearance of a Pane’s Scroll Bar (Runtime Sample).
See Also