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

Y

constructor parameters

The y coordinate of the point.

y

Number
<script>
var geom = kendo.geometry;
var point = new geom.Point(15, 25);
console.log("y coordinate:", point.y); // outputs: y coordinate: 25
</script>
Not finding the help you need?
Contact Support