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

Definition

Constructors

Initializes a new instance of the PolarChartSeriesDrawPart class.

C#
public PolarChartSeriesDrawPart(PolarSeries series, IChartRenderer renderer)
Parameters:seriesPolarSeries

The series.

rendererIChartRenderer

The renderer.

Methods

Draws the area.

C#
protected override void DrawArea()

Overrides: ChartPointSeriesDrawPart.DrawArea()

Draws the area image.

C#
protected virtual void DrawAreaImage()

Draws the line.

C#
protected override void DrawLine()

Overrides: ChartPointSeriesDrawPart.DrawLine()

Gets the point location.

C#
protected override PointF GetPointLocation(RadRect pointSlot, SizeF pointSize)
Parameters:pointSlotRadRect

The point slot.

pointSizeSizeF

Size of the point.

Returns:

PointF

Overrides: ChartPointSeriesDrawPart.GetPointLocation(RadRect, SizeF)