Returns the point that corresponds to the specified data point.
The data point is specified by its series and point indices.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
public Point DataIndexToPoint( int seriesIndex, int pointIndex ) |
Visual Basic |
---|
Public Function DataIndexToPoint ( _ seriesIndex As Integer, _ pointIndex As Integer _ ) As Point |
Parameters
- seriesIndex
- Type: System..::..Int32
Index of data series.
- pointIndex
- Type: System..::..Int32
Index of the point in the data series.