[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartGroup.DataIndexToRect

DataIndexToRect Method

DataIndexToRect(int, int)

Returns the minimal Rectangle circumscribing the specified point.

Declaration
public Rectangle DataIndexToRect(int SeriesIndex, int PointIndex)
Parameters
Type Name Description
int SeriesIndex

Series index of the data point.

int PointIndex

Point index of the data point.

Returns
Type Description
Rectangle

The return value indicates successful calculation.

Remarks

The return value is the smallest Rectangle that circumscribes the symbol of the data point. Note that this method is not implemented for all chart types.

See Also