Pane.AxisXScrollBarOptions Property
Settings that define the appearance of a pane scroll bar displayed for the X-Axis.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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 the X-axis scroll bar.
<dxc:XYDiagram2D>
<dxc:XYDiagram2D.DefaultPane>
<dxc:Pane>
<dxc:Pane.AxisXScrollBarOptions>
<dxc:ScrollBarOptions Visible="False"/>
</dxc:Pane.AxisXScrollBarOptions>
<dxc:Pane.AxisYScrollBarOptions>
<dxc:ScrollBarOptions Alignment="Far" BarThickness="12" Visible="True">
</dxc:ScrollBarOptions>
</dxc:Pane.AxisYScrollBarOptions>
</dxc:Pane>
</dxc:XYDiagram2D.DefaultPane>
</dxc:XYDiagram2D>
See Also