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

In This Topic
    Index Property (RenderSymbolEventArgs)
    In This Topic
    Gets the data point index.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RenderSymbolEventArgs.Index", "Gets the data point index.")>
    Public ReadOnly Property Index As Integer
    [C1Description("RenderSymbolEventArgs.Index", "Gets the data point index.")]
    public int Index {get;}
    See Also