2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / PointStyle Class / PointStyle Constructor / PointStyle Constructor(Int32,Int32)
The index of data series associated with the point style.
The index of data point associated with the point style.

In This Topic
    PointStyle Constructor(Int32,Int32)
    In This Topic
    Creates a new instance of PointStyle class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal seriesIndex As System.Integer, _
       ByVal pointIndex As System.Integer _
    )
    public PointStyle( 
       System.int seriesIndex,
       System.int pointIndex
    )

    Parameters

    seriesIndex
    The index of data series associated with the point style.
    pointIndex
    The index of data point associated with the point style.
    See Also