ScrollBarSize sets the size of ScrollBar. Setting the ScollBarSize in AxisX will set the height of ScrollBar and setting the ScrollBarSize in AxisY will set the width of ScrollBar.
Type: Double
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart >
<vc:Chart.AxesX>
<vc:Axis ScrollBarSize="8"/>
</vc:Chart.AxesX>
</vc:Chart>
Below is the chart after setting ScrollBarSize property to 8 in AxisX.
