FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart Namespace / HitTestInfo Class / GroupIndex Property

In This Topic
    GroupIndex Property
    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 System.Integer
    public System.int GroupIndex {get;}
    See Also