PolarGridDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PolarGridDrawPart : DrawPart<PolarGrid>, IDrawPart
Inheritance: objectDrawPart<PolarGrid>PolarGridDrawPart
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarGridDrawPart class.
C#
public PolarGridDrawPart(PolarGrid grid, IChartRenderer renderer)
The grid.
rendererIChartRendererThe renderer.
Methods
Draws the polar parts.
C#
public override void Draw()
Overrides:
Determines whether the element is valid.