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

Definition

Constructors

Initializes a new instance of the AxisTitleDrawPart class.

C#
public AxisTitleDrawPart(Axis axis, IChartRenderer renderer)
Parameters:axisAxis

The axis.

rendererIChartRenderer

The renderer.

Methods

Draws this instance.

C#
public override void Draw()

Overrides: DrawPart<Axis>.Draw()