ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / Line Class / End Property

In This Topic
    End Property (Line)
    In This Topic
    Gets or sets the end point of the line annotation.
    Syntax
    'Declaration
     
    Public Property End As Windows.Foundation.Point
    public Windows.Foundation.Point End {get; set;}
    See Also