ClassPolarRenderer
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PolarRenderer : ChartRenderer, IChartRenderer
Inheritance: objectChartRendererPolarRenderer
Derived Classes:
Implements:
Inherited Members
Constructors
Properties
Methods
Draw(object)
Draws the chart using the specified rendering context.
Declaration
cs-api-definition
public override void Draw(object context)
Parameters
context
The graphics context used for rendering operations.
Overrides
GetPaintRectangle(PointF[])
Declaration
cs-api-definition
public virtual RectangleF GetPaintRectangle(PointF[] points)
Parameters
points
PointF[]
Returns
HitTest(int, int)
Performs hit testing to find the data point at the specified coordinates.
Initialize()
Initializes the renderer by setting up smart labels controller and calculating label positions if available.
Declaration
cs-api-definition
protected override void Initialize()
Overrides