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

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