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

    Parameters

    value
    length
    See Also