Skip to main content

ScrollBarOptions.Alignment Property

Specifies the alignment of the axis scroll bar.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public ScrollBarAlignment Alignment { get; set; }

#Property Value

Type Description
ScrollBarAlignment

A ScrollBarAlignment enumeration value that specifies the position of a scroll bar relative to the axis.

#Property Paths

You can access the ScrollBarOptions.Alignment property from the following objects:

Object Type Path to Alignment
Pane
Pane
See Also