XYDiagramPaneBaseModel.ScrollBarOptions Property
Returns the model of scroll bar options of the modeled Cartesian diagram pane.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[AllocateToGroup("ScrollBar Options")]
[LocalizableCategory(DesignerCategories.Appearance)]
public ScrollBarOptionsModel ScrollBarOptions { get; }
Property Value
Type | Description |
---|---|
ScrollBarOptionsModel | The model of the scrollbar options. |
See Also