Skip to main content
A newer version of this page is available. .

ScrollBarAlignment Enum

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum ScrollBarAlignment

Members

Name Description
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.

Related API Members

The following properties accept/return ScrollBarAlignment values:

Library Related API Members
Cross-Platform Class Library ScrollBarOptions.XAxisScrollBarAlignment
ScrollBarOptions.YAxisScrollBarAlignment
WinForms Controls ScrollBarOptionsModel.XAxisScrollBarAlignment
ScrollBarOptionsModel.YAxisScrollBarAlignment

Remarks

The values listed by the ScrollBarAlignment enumeration are used to set the ScrollBarOptions.XAxisScrollBarAlignment and ScrollBarOptions.YAxisScrollBarAlignment properties.

For a related code example, refer to How to: Customize the Appearance of a Pane’s Scroll Bar (Runtime Sample).

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ScrollBarAlignment enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also