Class
PolarAreaSeriesDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class PolarAreaSeriesDrawPart : PolarLineSeriesDrawPart, IDrawPart

Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartPolarChartSeriesDrawPartPolarPointSeriesDrawPartPolarLineSeriesDrawPartPolarAreaSeriesDrawPart

Implements: IDrawPart

Inherited Members PolarLineSeriesDrawPart.GetLinePath()PolarPointSeriesDrawPart.GetPointsPositionsArray()PolarPointSeriesDrawPart.HitTest(Point)PolarChartSeriesDrawPart.DrawLine()PolarChartSeriesDrawPart.GetPointLocation(RadRect, SizeF)PolarChartSeriesDrawPart.DrawArea()ChartPointSeriesDrawPart.DrawPoints()ChartSeriesDrawPart.Draw()ChartSeriesDrawPart.IsElementValid()DrawPart<ChartSeries>.GetLabelPosition(RadSize, RadRect)DrawPart<ChartSeries>.OffsetXDrawPart<ChartSeries>.OffsetYDrawPart<ChartSeries>.ViewportOffsetXDrawPart<ChartSeries>.ViewportOffsetYDrawPart<ChartSeries>.ElementDrawPart<ChartSeries>.Renderer

Constructors

PolarAreaSeriesDrawPart(PolarAreaSeries, IChartRenderer)

Initializes a new instance of the PolarAreaSeriesDrawPart class.

Declaration

cs-api-definition
public PolarAreaSeriesDrawPart(PolarAreaSeries series, IChartRenderer renderer)

Parameters

series

PolarAreaSeries

The series.

renderer

IChartRenderer

The renderer.

Methods

DrawAreaImage()

Draws the area image.

Declaration

cs-api-definition
protected override void DrawAreaImage()

Overrides PolarChartSeriesDrawPart.DrawAreaImage()

DrawSeriesParts()

Draws the series parts.

Declaration

cs-api-definition
public override void DrawSeriesParts()

Overrides PolarLineSeriesDrawPart.DrawSeriesParts()