ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / Text Class / Text Constructor / Text Constructor(String)

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

    Parameters

    content
    See Also