Class
PolarChartSeriesDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class PolarChartSeriesDrawPart : ChartPointSeriesDrawPart, IDrawPart

Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartPolarChartSeriesDrawPart

Derived Classes: PolarPointSeriesDrawPartRadarPointSeriesDrawPart

Implements: IDrawPart

Inherited Members ChartPointSeriesDrawPart.DrawPoints()ChartPointSeriesDrawPart.GetPointsPositionsArray()ChartPointSeriesDrawPart.GetLinePath()ChartPointSeriesDrawPart.HitTest(Point)ChartSeriesDrawPart.Draw()ChartSeriesDrawPart.DrawSeriesParts()ChartSeriesDrawPart.IsElementValid()DrawPart<ChartSeries>.GetLabelPosition(RadSize, RadRect)DrawPart<ChartSeries>.OffsetXDrawPart<ChartSeries>.OffsetYDrawPart<ChartSeries>.ViewportOffsetXDrawPart<ChartSeries>.ViewportOffsetYDrawPart<ChartSeries>.ElementDrawPart<ChartSeries>.Renderer

Constructors

PolarChartSeriesDrawPart(PolarSeries, IChartRenderer)

Initializes a new instance of the PolarChartSeriesDrawPart class.

Declaration

cs-api-definition
public PolarChartSeriesDrawPart(PolarSeries series, IChartRenderer renderer)

Parameters

series

PolarSeries

The series.

renderer

IChartRenderer

The renderer.

Methods

DrawArea()

Draws the area.

Declaration

cs-api-definition
protected override void DrawArea()

Overrides ChartPointSeriesDrawPart.DrawArea()

DrawAreaImage()

Draws the area image.

Declaration

cs-api-definition
protected virtual void DrawAreaImage()

DrawLine()

Draws the line.

Declaration

cs-api-definition
protected override void DrawLine()

Overrides ChartPointSeriesDrawPart.DrawLine()

GetPointLocation(RadRect, SizeF)

Gets the point location.

Declaration

cs-api-definition
protected override PointF GetPointLocation(RadRect pointSlot, SizeF pointSize)

Parameters

pointSlot

RadRect

The point slot.

pointSize

SizeF

Size of the point.

Returns

PointF

Overrides ChartPointSeriesDrawPart.GetPointLocation(RadRect, SizeF)