[]
        
(Showing Draft Content)

C1.WPF.Chart.Annotation.Rectangle.-ctor

Rectangle Constructor

Rectangle()

Create an instance of Rectangle.

Declaration
public Rectangle()

Rectangle(string)

Create an instance of Rectangle.

Declaration
public Rectangle(string value)
Parameters
Type Name Description
string value

Rectangle(string, double, double)

Create an instance of Rectangle.

Declaration
public Rectangle(string value, double width, double height)
Parameters
Type Name Description
string value
double width
double height