[]
        
(Showing Draft Content)

C1.Blazor.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 content)
Parameters
Type Name Description
string content

Rectangle(string, int, int)

Create an instance of Rectangle.

Declaration
public Rectangle(string content, int width, int height)
Parameters
Type Name Description
string content
int width
int height