ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / Square Class / Square Constructor / Square Constructor(String,Int32)



In This Topic
    Square Constructor(String,Int32)
    In This Topic
    Create an instance of Square.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As String, _
       ByVal length As Integer _
    )
    'Usage
     
    
    Dim value As String
    Dim length As Integer
     
    Dim instance As New Square(value, length)
    public Square( 
       string value,
       int length
    )
    public:
    Square( 
       String^ value,
       int length
    )

    Parameters

    value
    length
    See Also