getRadiusY

Gets the y radius of the arc.

Returns

Number The y radius of the arc.

Example

<script>
var geom = kendo.geometry;
var arc = new geom.Arc([65, 45], {
    radiusX: 25,
    radiusY: 40,
    startAngle: 60,
    endAngle: 300
});
var radiusY = arc.getRadiusY();
console.log(radiusY); // 40
</script>
In this article
getRadiusY
Not finding the help you need?
Contact Support