ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As Line
    Dim value As Point
     
    instance.End = value
     
    value = instance.End
    public Point End {get; set;}
    public:
    property Point End {
       Point get();
       void set (    Point value);
    }
    See Also