Polygon Annotation

A simple annotation that draws a polygon on an XY Plot. The polygon's coordinates are specified in data space (that is, the coordinate system defined by the plot's axes).

Example of polygon annotation:

Properties

Property

Name

Type

Description

Fill Paint

fillPaint

Data Table

Paint used to fill the polygon.

Stroke

stroke

Data Table

Stroke used to draw the polygon outline.

Outline Paint

outlinePaint

Data Table

Paint used to draw the polygon outline.

Polygon

polygon

Data Table

The list of (X, Y) points specifying polygon vertices.

Tool Tip Text

toolTipText

String

The tool tip text for this annotation.

Was this page helpful?