Gets or sets the data series index of the PointStyle. Used in conjunction with the PointIndex property value, the SeriesIndex property value indicates the specific data point to which the PointStyle applies.
'Declaration
Public Property SeriesIndex As System.Integer
public System.int SeriesIndex {get; set;}
Remarks
This property is not used when selection method specified by the Selection property includes all data series (e.g. - DataMaxX, DataMaxY, DataMinX, DataMinY).