Skip to main content

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.v14.2.dll

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
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