A newer version of this page is available.
Switch to the current version.
ScrollBarOptionsModel.YAxisScrollBarAlignment Property
Gets or sets the value of the ScrollBarOptions.YAxisScrollBarAlignment within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll
Declaration
[PropertyForOptions]
[DependentUpon("YAxisScrollBarVisible")]
public ScrollBarAlignment YAxisScrollBarAlignment { get; set; }
<PropertyForOptions>
<DependentUpon("YAxisScrollBarVisible")>
Public Property YAxisScrollBarAlignment As ScrollBarAlignment
Property Value
Type | Description |
---|---|
ScrollBarAlignment | The position of a scroll bar relative to the Cartesian diagram. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to YAxisScrollBarAlignment |
---|---|
XYDiagramDefaultPaneModel |
|
XYDiagramPaneBaseModel |
|
XYDiagramPaneModel |
|
See Also
Feedback