Draws an arc defined by a framing rectangle, start angle, angular extent (length of the arc), and a closure type (OPEN, CHORD, or PIE)
Properties
Property |
Default |
Notes |
|---|---|---|
x |
|
|
y |
|
|
width |
|
|
height |
|
|
start |
|
|
extent |
|
|
close |
|
value must be any of Arc2D.[OPEN,CHORD,CLOSE] or ['open','chord','close'] |
Example

Labels