FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAttachMethodData Class / GroupIndex Property

In This Topic
    GroupIndex Property (ChartAttachMethodData)
    In This Topic
    Gets or sets the group index of the data point to attach a label when the label AttachMethod property specifies DataIndex attachment. For 2D charts only (for 3D charts, there is only one chart group).
    Syntax
    'Declaration
     
    Public Property GroupIndex As Integer
    public int GroupIndex {get; set;}
    See Also