Gets or sets the current scrolling position of the axis.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public double Value { get; set; }
Visual Basic
Public Property Value As Double
	Get
	Set

Remarks

The Value represents scrolling position on the axis when the Scale is less than 1 otherwise the Value has no effect. The Value should be from 0 to 1.

See Also