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

Definition

Constructors

Initializes a new instance of the AxisLabelDrawPart class.

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

The axis.

rendererIChartRenderer

The renderer.

Methods

Draws this instance.

C#
public override void Draw()

Overrides: DrawPart<Axis>.Draw()

Draws the none and multi line label elements.

C#
protected virtual void DrawNoneAndMultiLineLabelElements()

Draws the rotated label elements.

C#
protected virtual void DrawRotatedLabelElements()

Sets the label clip.

C#
protected virtual void SetLabelClip(bool isLastLabel)
Parameters:isLastLabelbool

The is last label.