Class
AxisDrawPart

Definition

Constructors

AxisDrawPart(Axis, IChartRenderer)

Initializes a new instance of the AxisDrawPart class.

Declaration

cs-api-definition
public AxisDrawPart(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()

DrawAxis()

Draws the axis.

Declaration

cs-api-definition
protected virtual void DrawAxis()

DrawScaleBreaks()

Draws the scale breaks.

Declaration

cs-api-definition
protected virtual void DrawScaleBreaks()

DrawTicks()

Draws the ticks.

Declaration

cs-api-definition
protected virtual void DrawTicks()

GetClipRect()

Gets the clip rect.

Declaration

cs-api-definition
protected virtual RectangleF GetClipRect()

Returns

RectangleF

IsElementValid()

Determines whether the element is valid.

Declaration

cs-api-definition
protected override bool IsElementValid()

Returns

bool

Overrides DrawPart<Axis>.IsElementValid()