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

ScrollBarOptionsModel.XAxisScrollBarAlignment Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[DependentUpon("XAxisScrollBarVisible")]
public ScrollBarAlignment XAxisScrollBarAlignment { 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 XAxisScrollBarAlignment
XYDiagramDefaultPaneModel
.ScrollBarOptions.XAxisScrollBarAlignment
XYDiagramPaneBaseModel
.ScrollBarOptions.XAxisScrollBarAlignment
XYDiagramPaneModel
.ScrollBarOptions.XAxisScrollBarAlignment
See Also