ComponentOne FinancialChart for WPF
Text Constructor(String)



C1.WPF.Chart.Annotation Namespace > Text Class > Text Constructor : Text Constructor(String)
Create an instance of Text.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String _
)
'Usage
 
Dim value As String
 
Dim instance As New Text(value)
public Text( 
   string value
)
public:
Text( 
   String^ value
)

Parameters

value
See Also

Reference

Text Class
Text Members
Overload List