ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / Value Property


In This Topic
    Value Property (Axis)
    In This Topic
    Gets or sets the current scrolling position of the axis.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    public 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