ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / Line Class / End Property

In This Topic
    End Property (Line)
    In This Topic
    Gets or sets the end point of line annotation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.Line.End", "Gets or sets the end point of line annotation.")>
    Public Property End As PointF
    [C1Description("Annotation.Line.End", "Gets or sets the end point of line annotation.")]
    public PointF End {get; set;}
    See Also