WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart.Annotation Namespace / Line Class / Line Constructor / Line Constructor(String,Point,Point)
In This Topic
    Line Constructor(String,Point,Point)
    In This Topic
    Create an instance of Line.
    Syntax
    public Line( 
       string value,
       Point start,
       Point end
    )

    Parameters

    value
    start
    end
    See Also