Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PolarChartSeriesDrawPart : ChartPointSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartPolarChartSeriesDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarChartSeriesDrawPart class.
C#
public PolarChartSeriesDrawPart(PolarSeries series, IChartRenderer renderer)
The series.
rendererIChartRendererThe renderer.
Methods
Draws the area.
C#
protected override void DrawArea()
Overrides:
Draws the area image.
C#
protected virtual void DrawAreaImage()
Draws the line.
C#
protected override void DrawLine()
Overrides: