Gets or sets the current scrolling position of the axis.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public double Value { get; set; }
Visual Basic
Public Property Value As Double
	Get
	Set
XAML Attribute Usage
<object Value="double" .../>

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