Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.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 PointF
    public PointF Start {get; set;}
    See Also