Pane.AxisYScrollBarOptions Property
In This Article
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 |
---|---|
Scroll |
A Scroll |
#Remarks
Use this property to modify the visibility, alignment and thickness of an Y-axis scroll bar.
See Also