ComponentOne FlexReport for WinForms
PointIndex Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartAttachMethodData Class : PointIndex Property
Gets or sets the point index of the data point to attach a label to when the label AttachMethod property specifies DataIndex attachment.
Syntax
'Declaration
 
Public Property PointIndex As System.Integer
public System.int PointIndex {get; set;}
Remarks
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.
See Also

Reference

ChartAttachMethodData Class
ChartAttachMethodData Members