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

In This Topic
    PointIndex Property (PointStyle)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property PointIndex As System.Integer
    public System.int PointIndex {get; set;}
    Remarks
    Useful only when Selection is PointStyleSelectionEnum.Index.
    See Also