ComponentOne FinancialChart for WinForms
C1.Chart Namespace / HitTestInfo Class / GroupIndex Property

In This Topic
    GroupIndex Property (HitTestInfo)
    In This Topic
    Gets the group index of current data. For pie chart, it is an index of pie in multipie chart.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupIndex As Integer
    public int GroupIndex {get;}
    See Also