Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
MCP Servers
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Represents a circle defined by a center point and radius, providing geometric operations for charting applications.
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
public struct RadCircle
Initializes a new instance of the RadCircle struct.
public RadCircle(RadPoint center, double radius)
The center point of the circle.
The radius of the circle.
RadPoint
The center of the circle.
public RadPoint Center
double
public double Radius
RadRect
Gets the bounding rectangle that completely encloses this circle.
public RadRect Bounds { get; }
A RadRect representing the smallest rectangle that contains the entire circle.