ClassPolarAreaSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class PolarAreaSeriesDrawPart : PolarLineSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartPolarChartSeriesDrawPartPolarPointSeriesDrawPartPolarLineSeriesDrawPartPolarAreaSeriesDrawPart
Implements:
Inherited Members
Constructors
PolarAreaSeriesDrawPart(PolarAreaSeries, IChartRenderer)
Initializes a new instance of the PolarAreaSeriesDrawPart class.
Declaration
cs-api-definition
public PolarAreaSeriesDrawPart(PolarAreaSeries series, IChartRenderer renderer)
Parameters
series
The series.
renderer
The 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