Skip to main content

Pane.AxisXScrollBarOptions Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public ScrollBarOptions AxisXScrollBarOptions { get; set; }

#Property Value

Type Description
ScrollBarOptions

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

#Remarks

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

See Also