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.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(0)] public int SeriesIndex { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(0)> _ Public Property SeriesIndex As Integer 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).