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


In This Topic
    Value Property (AxisPoint)
    In This Topic
    Gets the coordinate value of the axis point.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Double
    'Usage
     
    
    Dim instance As AxisPoint
    Dim value As Double
     
    value = instance.Value
    public double Value {get;}
    See Also