ScrollBarOptionsModel.XAxisScrollBarVisible Property
Gets or sets the value of the ScrollBarOptions.XAxisScrollBarVisible within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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 |
---|---|
XYDiagramPaneBaseModel |
|
See Also