Class
RadarAreaSeriesDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class RadarAreaSeriesDrawPart : RadarLineSeriesDrawPart, IDrawPart

Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartPolarChartSeriesDrawPartRadarPointSeriesDrawPartRadarLineSeriesDrawPartRadarAreaSeriesDrawPart

Implements: IDrawPart

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

Constructors

RadarAreaSeriesDrawPart(RadarAreaSeries, IChartRenderer)

Declaration

cs-api-definition
public RadarAreaSeriesDrawPart(RadarAreaSeries series, IChartRenderer renderer)

Parameters

series

RadarAreaSeries

renderer

IChartRenderer

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 RadarLineSeriesDrawPart.DrawSeriesParts()