ComponentOne FlexChart for UWP
DataToPoint Method

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

Parameters

pt
Point in data coordinates.

Return Value

Point in control coordinates.
See Also

Reference

C1FlexChart Class
C1FlexChart Members