FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Annotation Namespace / Line Class / Line Constructor / Line Constructor(String)

In This Topic
    Line Constructor(String)
    In This Topic
    Create an instance of Line.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As String _
    )
    public Line( 
       string value
    )

    Parameters

    value
    See Also