C1.Silverlight.Chart.5
PointToData Method (Axis)

The point in chart view coordinates.
Transforms the point from chart view coordinates to the axis data coordinates.
Syntax
'Declaration
 
Public Function PointToData( _
   ByVal pt As System.Windows.Point _
) As System.Windows.Point
public System.Windows.Point PointToData( 
   System.Windows.Point pt
)

Parameters

pt
The point in chart view coordinates.

Return Value

The point in axis data coordinates.
See Also

Reference

Axis Class
Axis Members

 

 


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