[]
        
(Showing Draft Content)

C1.WPF.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 value)
Public Sub New(value As String)
Parameters
Type Name Description
string value

Rectangle(string, double, double)

Create an instance of Rectangle.

Declaration
public Rectangle(string value, double width, double height)
Public Sub New(value As String, width As Double, height As Double)
Parameters
Type Name Description
string value
double width
double height