radiusXNumber

The x radius of the arc.

Example

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