ClassRadarAreaSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class RadarAreaSeriesDrawPart : RadarLineSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartPolarChartSeriesDrawPartRadarPointSeriesDrawPartRadarLineSeriesDrawPartRadarAreaSeriesDrawPart
Implements:
Inherited Members
Constructors
RadarAreaSeriesDrawPart(RadarAreaSeries, IChartRenderer)
Declaration
cs-api-definition
public RadarAreaSeriesDrawPart(RadarAreaSeries series, IChartRenderer renderer)
Parameters
series
renderer
Methods
DrawAreaImage()
Draws the area image.
Declaration
cs-api-definition
protected override void DrawAreaImage()
Overrides
DrawSeriesParts()
Draws the series parts.
Declaration
cs-api-definition
public override void DrawSeriesParts()
Overrides