getRadiusX

Gets the x radius of the arc.

Returns

Number The x radius of the arc.

Example

<script>
var geom = kendo.geometry;
var arc = new geom.Arc([45, 55], {
    radiusX: 35,
    radiusY: 20,
    startAngle: 0,
    endAngle: 120
});
var radiusX = arc.getRadiusX();
console.log(radiusX); // 35
</script>
In this article
getRadiusX
Not finding the help you need?
Contact Support