yNumber

The y coordinate of the point.

Example

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