Returns the minimal Rectangle circumscribing the specified point.
[Visual Basic]
Public Function DataIndexToRect( _
ByVal SeriesIndex As Integer, _
ByVal PointIndex As Integer _
) As Rectangle
[C#]
public Rectangle DataIndexToRect(
int SeriesIndex,
int PointIndex
);
[Delphi]
public function DataIndexToRect(
SeriesIndex: Int32;
PointIndex: Int32
): Rectangle;
Parameters
SeriesIndex
Series index of the data point.
PointIndex
Point index of the data point.
Return Value
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
ChartGroup Class | ChartGroup Members | C1.Win.C1Chart Namespace | ChartGroup Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |