Chart for WinRT
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 Windows.Foundation.Point
public Windows.Foundation.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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback