[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStyle.PointIndex

PointIndex Property

PointIndex

Gets or sets the data point index of the PointStyle. Used in conjunction with the SeriesIndex property value, the PointIndex property value indicates the specific data point to which the PointStyle applies.

Declaration
[TypeConverter(typeof(ew))]
public int PointIndex { get; set; }
Remarks

Useful only when Selection is Index.

See Also