ComponentOne Chart for WPF and Silverlight
DataIndexToPoint Method


C1.WPF.C1Chart Namespace > ChartView Class : DataIndexToPoint Method
Index of data series.
Index of the point in the data series.
Returns the point that corresponds to the specified data point. The data point is specified by its series and point indices.
Syntax
'Declaration
 
Public Function DataIndexToPoint( _
   ByVal seriesIndex As System.Integer, _
   ByVal pointIndex As System.Integer _
) As System.Windows.Point
'Usage
 
Dim instance As ChartView
Dim seriesIndex As System.Integer
Dim pointIndex As System.Integer
Dim value As System.Windows.Point
 
value = instance.DataIndexToPoint(seriesIndex, pointIndex)
public System.Windows.Point DataIndexToPoint( 
   System.int seriesIndex,
   System.int pointIndex
)

Parameters

seriesIndex
Index of data series.
pointIndex
Index of the point in the data series.
See Also

Reference

ChartView Class
ChartView Members