FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.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 content As System.String, _
       ByVal length As System.Integer _
    )
    public Square( 
       System.string content,
       System.int length
    )

    Parameters

    content
    length
    See Also