ScrollBarScale sets the size of ScrollBar thumb. For example, if ScrollBarScale is set to 0.5, width of ScrollBar thumb will be half of the ScrollBar width which in turn increases the PlotArea width to double the actual width of PlotArea. It takes values from 0.1 to 1.
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 ScrollBarScale="0.5"/>
</vc:Chart.AxesX>
</vc:Chart>
Below is the chart after setting ScrollBarScale property in AxisX.

Remarks:
ScrollBarScale property will be applicable if ScrollingEnabled property of Chart is set to True.
ScrollBarScale property applies to AxisX only.