PolarRenderer
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PolarRenderer : ChartRenderer, IChartRenderer
Inheritance: objectChartRendererPolarRenderer
Derived Classes:
Implements:
Inherited Members
Constructors
Properties
Methods
Draws the chart using the specified rendering context.
C#
public override void Draw(object context)
The graphics context used for rendering operations.
Overrides:
Performs hit testing to find the data point at the specified coordinates.
Initializes the renderer by setting up smart labels controller and calculating label positions if available.
C#
protected override void Initialize()
Overrides: