FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.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
    'Declaration
     
    Public Function New( _
       ByVal value As String, _
       ByVal start As Point, _
       ByVal end As Point _
    )
    public Line( 
       string value,
       Point start,
       Point end
    )

    Parameters

    value
    start
    end
    See Also