ArcSpecific.setStyle

Specifies how to draw the arc. If type is pie (the default) then the arc's region is defined by a section of the oval's perimeter plus two line segments, one between the center of the oval and each end of the perimeter section. If type is chord then the arc's region is defined by a section of the oval's perimeter plus a single line segment connecting the two end points of the perimeter section. If type is arc then the arc's region consists of a section of the perimeter alone. In this last case the fill color is ignored.

mixintemplate ArcSpecific()
setStyle
(
this T
)
(
string style
)

Parameters

style string

The style of the arc.

Return Value

Type: auto

This item to aid method chaining.

See Also

Meta