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.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(0)]
public int PointIndex { get; set; }
Visual Basic
<DefaultValueAttribute(0)> _
Public Property PointIndex As Integer
	Get
	Set

Remarks

Useful only when Selection is Index.

See Also