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

ScrollBarOptionsModel.XAxisScrollBarVisible Property

Gets or sets the value of the ScrollBarOptions.XAxisScrollBarVisible within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[DependentUpon("EnableAxisXScrolling", -1)]
public bool XAxisScrollBarVisible { get; set; }

Property Value

Type Description
Boolean

true to show the X-axis scroll bar; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to XAxisScrollBarVisible
XYDiagramDefaultPaneModel
.ScrollBarOptions.XAxisScrollBarVisible
XYDiagramPaneBaseModel
.ScrollBarOptions.XAxisScrollBarVisible
XYDiagramPaneModel
.ScrollBarOptions.XAxisScrollBarVisible
See Also