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

Definition

Constructors

Initializes a new instance of the PieRenderer class.

C#
public PieRenderer(PieArea area)
Parameters:areaPieArea

The area.

Properties

Gets the area.

C#
public PieArea Area { get; }
Property Value:

The area.

Gets the draw parts.

C#
protected List<IDrawPart> DrawParts { get; }
Property Value:

The draw parts.

Methods

Draws the specified context.

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

The context.

Overrides: ChartRenderer.Draw(object)

Returns the DataPoint that hits the x,y coordinates.

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

The x.

yint

The y.

Returns:

DataPoint

Overrides: ChartRenderer.HitTest(int, int)

Initializes this instance.

C#
protected override void Initialize()

Overrides: ChartRenderer.Initialize()