2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / PointStyle Class / SeriesIndex Property

In This Topic
    SeriesIndex Property (PointStyle)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property SeriesIndex As System.Integer
    public System.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