ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / RenderSymbolEventArgs Class / Index Property



In This Topic
    Index Property (RenderSymbolEventArgs)
    In This Topic
    Gets the data point index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As RenderSymbolEventArgs
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    public:
    property int Index {
       int get();
    }
    See Also