Back to Devexpress

ScrollBarOptionsModel.YAxisScrollBarAlignment Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-scrollbaroptionsmodel-7a45b9c2.md

latest2.1 KB
Original Source

ScrollBarOptionsModel.YAxisScrollBarAlignment Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("YAxisScrollBarVisible")]
public ScrollBarAlignment YAxisScrollBarAlignment { get; set; }
vb
<PropertyForOptions>
<DependentUpon("YAxisScrollBarVisible")>
Public Property YAxisScrollBarAlignment As ScrollBarAlignment

Property Value

TypeDescription
ScrollBarAlignment

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

|

Available values:

NameDescription
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 TypePath to YAxisScrollBarAlignment
XYDiagramPaneBaseModel

.ScrollBarOptions .YAxisScrollBarAlignment

|

See Also

ScrollBarOptionsModel Class

ScrollBarOptionsModel Members

DevExpress.XtraCharts.Designer Namespace