xNumber

The x coordinate of the point.

Example

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