ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / Line Class / Start Property



In This Topic
    Start Property (Line)
    In This Topic
    Gets or sets the start point of line annotation.
    Syntax
    'Declaration
     
    
    Public Property Start As Point
    'Usage
     
    
    Dim instance As Line
    Dim value As Point
     
    instance.Start = value
     
    value = instance.Start
    public Point Start {get; set;}
    public:
    property Point Start {
       Point get();
       void set (    Point value);
    }
    See Also