SeriesIndex Property (ChartAttachMethodData)
In This Topic
Gets or sets the series index of the data point to attach a label to when the label AttachmentMethod property specifies DataIndex attachment.
Syntax
'Declaration
Public Property SeriesIndex As Integer
public int SeriesIndex {get; set;}
See Also