FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / 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 System.Integer
    public System.int GroupIndex {get;}
    See Also