ComponentOne FlexChart for UWP
PointToData Method

C1.UWP.FlexChart Assembly > C1.Xaml.Chart Namespace > C1FlexChart Class : PointToData Method
Point in control coordinates.
Converts a Point from control coordinates to chart data coordinates.
Syntax
'Declaration
 
Public Function PointToData( _
   ByVal pt As Windows.Foundation.Point _
) As Windows.Foundation.Point
public Windows.Foundation.Point PointToData( 
   Windows.Foundation.Point pt
)

Parameters

pt
Point in control coordinates.

Return Value

The point in chart data coordinates.
See Also

Reference

C1FlexChart Class
C1FlexChart Members