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
Object
The options that describe the arc
<script> var geom = kendo.geometry; var center = [30, 30]; var options = { radiusX: 25, radiusY: 15, startAngle: 45, endAngle: 225, anticlockwise: true }; var arc = new geom.Arc(center, options); console.log(arc.startAngle); // 45 </script>