ComponentOne Chart for WPF and Silverlight
Value Property (Axis)


C1.WPF.C1Chart Namespace > Axis Class : Value Property
Gets or sets the current scrolling position of the axis.
Syntax
'Declaration
 
Public Property Value As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.Value = value
 
value = instance.Value
public System.double Value {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

Reference

Axis Class
Axis Members