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


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