New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the PolarGridDrawPart class.

C#
public PolarGridDrawPart(PolarGrid grid, IChartRenderer renderer)
Parameters:gridPolarGrid

The grid.

rendererIChartRenderer

The renderer.

Methods

Draws the polar parts.

C#
public override void Draw()

Overrides: DrawPart<PolarGrid>.Draw()

Determines whether the element is valid.

C#
protected override bool IsElementValid()
Returns:

bool

Overrides: DrawPart<PolarGrid>.IsElementValid()