ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Interaction Namespace / PositionChangedArgs Class / Position Property

In This Topic
    Position Property (PositionChangedArgs)
    In This Topic
    Gets the target point at which to show the LineMarker.
    Syntax
    'Declaration
     
    Public ReadOnly Property Position As Windows.Foundation.Point
    public Windows.Foundation.Point Position {get;}
    See Also