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

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