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 radius of the arc.
Number The y radius of the arc.
Number
<script> var geom = kendo.geometry; var arc = new geom.Arc([65, 45], { radiusX: 25, radiusY: 40, startAngle: 60, endAngle: 300 }); var radiusY = arc.getRadiusY(); console.log(radiusY); // 40 </script>