[]
        
(Showing Draft Content)

C1.WPF.C1Chart.ChartView.DataIndexToPoint

DataIndexToPoint Method

DataIndexToPoint(int, int)

Returns the point that corresponds to the specified data point. The data point is specified by its series and point indices.

Declaration
public Point DataIndexToPoint(int seriesIndex, int pointIndex)
Parameters
Type Name Description
int seriesIndex

Index of data series.

int pointIndex

Index of the point in the data series.

Returns
Type Description
Point