[]
        
(Showing Draft Content)

C1.Win.C1Chart.PointStyle.-ctor

PointStyle Constructor

PointStyle()

Creates a new instance of PointStyle class.

Declaration
public PointStyle()
Public Sub New()

PointStyle(int, int)

Creates a new instance of PointStyle class.

Declaration
public PointStyle(int seriesIndex, int pointIndex)
Public Sub New(seriesIndex As Integer, pointIndex As Integer)
Parameters
Type Name Description
int seriesIndex

The index of data series associated with the point style.

int pointIndex

The index of data point associated with the point style.