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

Definition

Constructors

Initializes a new instance of the AxisDrawPart class.

C#
public AxisDrawPart(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 axis.

C#
protected virtual void DrawAxis()

Draws the scale breaks.

C#
protected virtual void DrawScaleBreaks()

Draws the ticks.

C#
protected virtual void DrawTicks()

Gets the clip rect.

C#
protected virtual RectangleF GetClipRect()
Returns:

RectangleF

Determines whether the element is valid.

C#
protected override bool IsElementValid()
Returns:

bool

Overrides: DrawPart<Axis>.IsElementValid()