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