[]
        
(Showing Draft Content)

C1.WPF.Chart.Annotation.Polygon

Polygon Class

Represents a polygon annotation for AnnotationLayer

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

Constructors

Name Description
Polygon()

Create an instance of Polygon.

Polygon(string)

Create an instance of Polygon.

Fields

Name Description
ContentCenterProperty

Identifies the ContentCenter dependency property.

PointsProperty

Identifies the Points dependency property.

Properties

Name Description
ContentCenter

Gets or sets the center of annotation's content. If the property value is null (default value), the position of content is selected automatically.

Points

Gets the collection of points of the polygon annotation.

Methods

Name Description
GetSize()