FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.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 Point
    public Point End {get; set;}
    See Also