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

Pane.AxisYScrollBarOptions Property

Provides access to the settings that define the appearance of a pane scroll bar displayed for the Y-Axis.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public ScrollBarOptions AxisYScrollBarOptions { get; set; }

Property Value

Type Description
ScrollBarOptions

A ScrollBarOptions object containing the appearance settings of the scroll bar.

Remarks

Use this property to modify the visibility, alignment and thickness of an Y-axis scroll bar.

See Also