Skip to main content

ScrollBarOptionsModel.YAxisScrollBarVisible Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Object Type Path to YAxisScrollBarVisible
XYDiagramPaneBaseModel
.ScrollBarOptions .YAxisScrollBarVisible
See Also