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

XYDiagramPaneBase.ScrollBarOptions Property

Gets the specific settings of scroll bars displayed within the pane when the chart is being zoomed or scrolled.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ScrollBarOptions ScrollBarOptions { get; }

Property Value

Type Description
ScrollBarOptions

A ScrollBarOptions object containing the appearance settings of the pane’s scroll bars.

Remarks

Use this property to modify the visibility, alignment, color, border and thickness of a pane’s scroll bars.

Panes_Scrollbars

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 property.

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