[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSet.GetPointInternal

GetPointInternal Method

GetPointInternal(int, int)

Gets the point by column and row index.

Declaration
protected virtual object GetPointInternal(int i, int j)
Parameters
Type Name Description
int i

The index in collection of point series.

int j

The point index.

Returns
Type Description
object

The C1.Win.C1Chart3D.Chart3DDataSet.PointData collection element.