Back to Devexpress

ScrollBarOptionsModel.XAxisScrollBarAlignment Property

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

latest2.1 KB
Original Source

ScrollBarOptionsModel.XAxisScrollBarAlignment Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("XAxisScrollBarVisible")]
public ScrollBarAlignment XAxisScrollBarAlignment { get; set; }
vb
<PropertyForOptions>
<DependentUpon("XAxisScrollBarVisible")>
Public Property XAxisScrollBarAlignment 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 XAxisScrollBarAlignment
XYDiagramPaneBaseModel

.ScrollBarOptions .XAxisScrollBarAlignment

|

See Also

ScrollBarOptionsModel Class

ScrollBarOptionsModel Members

DevExpress.XtraCharts.Designer Namespace