New to Kendo UI for Angular? Start a free 30-day trial

ArcOptions

The configuration options for the arc.

anticlockwise? boolean (default: false)

A flag which indicates if the arc will be drawn in a clockwise or anticlockwise direction. Defaults to the clockwise direction.

endAngle? number

The end angle of the arc in decimal degrees. Measured in a clockwise direction with 0 (zero) pointing "right". Negative values or values greater than 360 are normalized.

radiusX? number

The X radius of the arc.

radiusY? number

The Y radius of the arc.

startAngle? number

The start angle of the arc in decimal degrees. Measured in clockwise direction with 0 (zero) pointing "right". Negative values or values greater than 360 are normalized.