New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public PolarRenderer(PolarArea area)
Parameters:areaPolarArea

Properties

C#
public PolarArea Area { get; }
C#
protected List<IDrawPart> DrawParts { get; }
C#
public PolarArea View { get; }

Methods

Draws the chart using the specified rendering context.

C#
public override void Draw(object context)
Parameters:contextobject

The graphics context used for rendering operations.

Overrides: ChartRenderer.Draw(object)

C#
public virtual RectangleF GetPaintRectangle(PointF[] points)
Parameters:pointsPointF[]Returns:

RectangleF

Performs hit testing to find the data point at the specified coordinates.

C#
public override DataPoint HitTest(int x, int y)
Parameters:xint

The x-coordinate for hit testing.

yint

The y-coordinate for hit testing.

Returns:

DataPoint

The DataPoint at the specified coordinates, or null if no data point is found.

Overrides: ChartRenderer.HitTest(int, int)

Initializes the renderer by setting up smart labels controller and calculating label positions if available.

C#
protected override void Initialize()

Overrides: ChartRenderer.Initialize()