FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.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 value As String _
    )
    public Text( 
       string value
    )

    Parameters

    value
    See Also