[]
Gets the point by column and row index.
protected override object GetPointInternal(int i, int j)
Type | Name | Description |
---|---|---|
int | i | The index in collection of point series. |
int | j | The point index. |
Type | Description |
---|---|
object | The C1.Win.C1Chart3D.Chart3DDataSet.PointData collection element. |