ScrollBarOffset

Gets or Sets the horizontal or vertical offset of the ScrollBar. It takes values from 0 to 1. ScrollBar position can be maintained by setting ScrollBarOffset property of an Axis.

 

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 ScrollBarOffset="0.5"/>

</vc:Chart.AxesX>

</vc:Chart>

 

Below is the chart after setting ScrollBarOffset property in AxisX.