ArcStyle
Description:
public enum ArcStyle
Indicates how an arc should be drawn.
Content:
Enum values:
- OPEN - Draws the arc only, leaving the ends open.
- CLOSED_CHORD - Draws the arc and closes
it with a line that is the chord connecting the two endpoints.
- CLOSED_RADIUS - Draws the arc and closes
it with two lines along the radii connecting the ends of the arc to the center of the circle/ellipse.