getY

Gets the y coordinate value.

Returns

Number The current y coordinate value.

Example

<script>
var geom = kendo.geometry;
var point = new geom.Point(10, 20);

var yValue = point.getY();
console.log("Y coordinate:", yValue); // outputs: Y coordinate: 20
</script>
In this article
getY
Not finding the help you need?
Contact Support