[]
Returns the minimal Rectangle circumscribing the specified point.
public Rectangle DataIndexToRect(int SeriesIndex, int PointIndex)
Type | Name | Description |
---|---|---|
int | SeriesIndex | Series index of the data point. |
int | PointIndex | Point index of the data point. |
Type | Description |
---|---|
Rectangle | The return value indicates successful calculation. |
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.