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 x radius of the arc.
Number The x radius of the arc.
Number
<script> var geom = kendo.geometry; var arc = new geom.Arc([45, 55], { radiusX: 35, radiusY: 20, startAngle: 0, endAngle: 120 }); var radiusX = arc.getRadiusX(); console.log(radiusX); // 35 </script>