ComponentOne Chart for .NET (2.0) Search HelpCentral 

PointStyle.SeriesIndex Property

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.

[Visual Basic]

Public Property SeriesIndex As Integer

[C#]

public int SeriesIndex {get;set;}

[Delphi]

public property SeriesIndex: Int32 read get_SeriesIndex write set_SeriesIndex;

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

PointStyle Class | PointStyle Members | C1.Win.C1Chart Namespace | PointStyle Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.