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

XYDiagramPaneBaseModel.ScrollBarOptions Property

Returns the model of scroll bar options of the modeled Cartesian diagram pane.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

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