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