[]
        
(Showing Draft Content)

C1.WPF.Chart.Annotation.Rectangle

Rectangle Class

Represents a rectangle annotation for AnnotationLayer

Namespace: C1.WPF.Chart.Annotation
Assembly: C1.WPF.FlexChart.4.6.2.dll
Syntax
public class Rectangle : Shape

Constructors

Name Description
Rectangle()

Create an instance of Rectangle.

Rectangle(string)

Create an instance of Rectangle.

Rectangle(string, double, double)

Create an instance of Rectangle.

Fields

Name Description
HeightProperty

Identifies the Height dependency property.

WidthProperty

Identifies the Width dependency property.

Properties

Name Description
Height

Gets or sets the height of rectangle annotation.

Width

Gets or sets the width of rectangle annotation.

Methods

Name Description
GetSize()