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



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