[]
        
(Showing Draft Content)

C1.Win.Chart.Annotation.Square.-ctor

Square Constructor

Square()

Create an instance of Square.

Declaration
public Square()
Public Sub New()

Square(string)

Create an instance of Square.

Declaration
public Square(string content)
Public Sub New(content As String)
Parameters
Type Name Description
string content

Square(string, int)

Create an instance of Square.

Declaration
public Square(string content, int length)
Public Sub New(content As String, length As Integer)
Parameters
Type Name Description
string content
int length