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

ScrollBarOptionsModel.YAxisScrollBarAlignment Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
[DependentUpon("YAxisScrollBarVisible")]
public ScrollBarAlignment YAxisScrollBarAlignment { get; set; }

Property Value

Type Description
ScrollBarAlignment

The position of a scroll bar relative to the Cartesian diagram.

Available values:

Name Description
Near

A scroll bar is painted either at the top or on the right of an XY-diagram.

Far

A scroll bar is painted either at the bottom or on the left of an XY-diagram.

Property Paths

You can access this nested property as listed below:

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