yNumber

The y coordinate of the point.

Example

<script>
var geom = kendo.geometry;
var point = new geom.Point(10, 20);
console.log(point.y); // outputs: 20
</script>
In this article
y
Not finding the help you need?
Contact Support