Class
AxisLabelDrawPart

Definition

Constructors

AxisLabelDrawPart(Axis, IChartRenderer)

Initializes a new instance of the AxisLabelDrawPart class.

Declaration

cs-api-definition
public AxisLabelDrawPart(Axis axis, IChartRenderer renderer)

Parameters

axis

Axis

The axis.

renderer

IChartRenderer

The renderer.

Methods

Draw()

Draws this instance.

Declaration

cs-api-definition
public override void Draw()

Overrides DrawPart<Axis>.Draw()

DrawNoneAndMultiLineLabelElements()

Draws the none and multi line label elements.

Declaration

cs-api-definition
protected virtual void DrawNoneAndMultiLineLabelElements()

DrawRotatedLabelElements()

Draws the rotated label elements.

Declaration

cs-api-definition
protected virtual void DrawRotatedLabelElements()

SetLabelClip(bool)

Sets the label clip.

Declaration

cs-api-definition
protected virtual void SetLabelClip(bool isLastLabel)

Parameters

isLastLabel

bool

The is last label.