[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStyle.SeriesIndex

SeriesIndex Property

SeriesIndex

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
[TypeConverter(typeof(ew))]
public 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).

See Also