[]
Gets or sets the point index of the data point to attach a label to when the label AttachMethod property specifies DataIndex attachment.
public int PointIndex { get; set; }
For 3D chart, it means the point index of the data point if the data layout specified is point layout, and means the row of the data point if the data layout specified is regular or irregular grid.