PointIndex Property (ChartAttachMethodData)
In This Topic
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 Integer
public int PointIndex {get; set;}
See Also