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

ScrollBarOptionsModel.YAxisScrollBarVisible Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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
XYDiagramDefaultPaneModel
.ScrollBarOptions.YAxisScrollBarVisible
XYDiagramPaneBaseModel
.ScrollBarOptions.YAxisScrollBarVisible
XYDiagramPaneModel
.ScrollBarOptions.YAxisScrollBarVisible
See Also