ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1FlexChart Class / DataToPoint Method
Point in data coordinates.

In This Topic
    DataToPoint Method
    In This Topic
    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