Back to Devexpress

ScrollBarAlignment Enum

wpf-devexpress-dot-xpf-dot-charts-17082e22.md

latest1.3 KB
Original Source

ScrollBarAlignment Enum

Lists the values used to specify the alignment of a scrollbar relative to an XY-diagram.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum ScrollBarAlignment
vb
Public Enum ScrollBarAlignment

Members

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.

|

The following properties accept/return ScrollBarAlignment values:

Remarks

The values listed by the ScrollBarAlignment enumeration are used to set the ScrollBarOptions.Alignment property.

See Also

DevExpress.Xpf.Charts Namespace