Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Gets the y coordinate value.
Number The current y coordinate value.
Number
<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>