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


In This Topic
    Index Property
    In This Topic
    Gets the index of annotation label.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As AnnoCreatedEventArgs
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    See Also