ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("Annotation.Line.Start", "Gets or sets the start point of line annotation.")>
    Public Property Start As PointF
    [C1Description("Annotation.Line.Start", "Gets or sets the start point of line annotation.")]
    public PointF Start {get; set;}
    See Also