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

Definition

Constructors

Initializes a new instance of the PolarAxisDrawPart class.

C#
public PolarAxisDrawPart(PolarAxis axis, IChartRenderer renderer)
Parameters:axisPolarAxis

The axis.

rendererIChartRenderer

The renderer.

Methods

Draws the axis.

C#
protected override void DrawAxis()

Overrides: AxisDrawPart.DrawAxis()

Draws the ticks.

C#
protected override void DrawTicks()

Overrides: AxisDrawPart.DrawTicks()