[]
        
(Showing Draft Content)

C1.Win.Chart.Annotation.Rectangle.-ctor

Rectangle Constructor

Rectangle()

Create an instance of Rectangle.

Declaration
public Rectangle()
Public Sub New()

Rectangle(string)

Create an instance of Rectangle.

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

Rectangle(string, int, int)

Create an instance of Rectangle.

Declaration
public Rectangle(string content, int width, int height)
Public Sub New(content As String, width As Integer, height As Integer)
Parameters
Type Name Description
string content
int width
int height