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

ScrollBarOptions Class

Provides options which define how scroll bars are painted.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class ScrollBarOptions :
    ChartElement

The following members accept/return ScrollBarOptions objects:

Remarks

The options provided by a ScrollBarOptions object determine the appearance of a pane‘s scroll bars. To access the ScrollBarOptions object of a pane, use its XYDiagramPaneBase.ScrollBarOptions property.

HowTo_ScrollBarAppearance

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 ScrollBarOptions class.

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.

Inheritance

Object
ChartElement
ScrollBarOptions
See Also