Line Annotation

A simple annotation that draws a line between a starting point (x0, y0) and an ending point (x1, y1).

Properties

Property

Name

Type

Description

X

x

Float

Lower x-coordinate of the line.

Y

y

Float

Lower y-coordinate of the line.

Width

w

Float

Length of line along the X axis, i.e. X1 - X0.

Height

h

Float

Length of line along the Y axis, i.e. Y1 - Y0.

Paint

paint

Data Table

Paint used to draw the line.

Stroke

stroke

Data Table

Stroke used to draw the line.

Tool Tip Text

toolTipText

String

The tool tip text for this annotation.

Was this page helpful?