New to Kendo UI for jQueryStart a free 30-day trial

Gets the arc anticlockwise flag.

Returns:Boolean

The anticlockwise flag of the arc.

<script>
var geom = kendo.geometry;
var arc = new geom.Arc([40, 40], {
    radiusX: 20,
    radiusY: 20,
    startAngle: 0,
    endAngle: 90,
    anticlockwise: true
});
var isAnticlockwise = arc.getAnticlockwise();
console.log(isAnticlockwise); // true
</script>
Not finding the help you need?
Contact Support