[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetPoint.GetRowByPointIndex

GetRowByPointIndex Method

GetRowByPointIndex(int)

Gets row by point index.

Declaration
protected override int GetRowByPointIndex(int pointIndex)
Protected Overrides Function GetRowByPointIndex(pointIndex As Integer) As Integer
Parameters
Type Name Description
int pointIndex

The point index.

Returns
Type Description
int

A C1.Win.C1Chart3D.C1Chart3DPoint row index in point series collection.

Overrides