ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.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 content As String _
    )
    public Line( 
       string content
    )

    Parameters

    content
    See Also