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


In This Topic
    Value Property (AnnoCreatedEventArgs)
    In This Topic
    Gets the axis value that corresponds to the annotation label.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Double
    'Usage
     
    
    Dim instance As AnnoCreatedEventArgs
    Dim value As Double
     
    value = instance.Value
    public double Value {get;}
    See Also