getEndAngle

Gets the end angle of the arc in decimal degrees. Measured in clockwise direction with 0 pointing "right".

Returns

Number The end angle of the arc.

Example

<script>
var geom = kendo.geometry;
var arc = new geom.Arc([90, 60], {
    radiusX: 30,
    radiusY: 20,
    startAngle: 30,
    endAngle: 240
});
var endAngle = arc.getEndAngle();
console.log(endAngle); // 240
</script>
In this article
getEndAngle
Not finding the help you need?
Contact Support