2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PointStyle Class / PointStyle Constructor / PointStyle Constructor(Int32,Int32)

In This Topic
    PointStyle Constructor(Int32,Int32)
    In This Topic
    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
    pointIndex
    See Also