Class
RadarColumnSeriesDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class RadarColumnSeriesDrawPart : RadarPointSeriesDrawPart, IDrawPart

Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartPolarChartSeriesDrawPartRadarPointSeriesDrawPartRadarColumnSeriesDrawPart

Implements: IDrawPart

Inherited Members RadarPointSeriesDrawPart.GetPointsPositionsArray()PolarChartSeriesDrawPart.DrawLine()PolarChartSeriesDrawPart.GetPointLocation(RadRect, SizeF)PolarChartSeriesDrawPart.DrawArea()PolarChartSeriesDrawPart.DrawAreaImage()ChartPointSeriesDrawPart.DrawPoints()ChartPointSeriesDrawPart.GetLinePath()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

RadarColumnSeriesDrawPart(RadarColumnSeries, IChartRenderer)

Declaration

cs-api-definition
public RadarColumnSeriesDrawPart(RadarColumnSeries series, IChartRenderer renderer)

Parameters

series

RadarColumnSeries

renderer

IChartRenderer

Methods

DrawSeriesParts()

Draws the series parts.

Declaration

cs-api-definition
public override void DrawSeriesParts()

Overrides RadarPointSeriesDrawPart.DrawSeriesParts()