New to Kendo UI for Angular? Start a free 30-day trial
ArcOptions
The configuration options for the arc.
Name | Type | Default | Description |
---|---|---|---|
anticlockwise? |
|
|
A flag which indicates if the arc will be drawn in a clockwise or anticlockwise direction. Defaults to the clockwise direction. |
endAngle? |
|
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? |
|
The X radius of the arc. | |
radiusY? |
|
The Y radius of the arc. | |
startAngle? |
|
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. |