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

Definition

Constructors

Initializes a new instance of the CartesianAxisDrawPart class.

C#
public CartesianAxisDrawPart(CartesianAxis axis, IChartRenderer renderer)
Parameters:axisCartesianAxis

The axis.

rendererIChartRenderer

The renderer.

Methods

Draws the axis.

C#
protected override void DrawAxis()

Overrides: AxisDrawPart.DrawAxis()

Draws the categorical axis scale breaks.

C#
protected virtual void DrawCategoricalAxisScaleBreaks(CategoricalAxis axis)
Parameters:axisCategoricalAxis

The axis.

Draws the date time continuous scale breaks.

C#
protected virtual void DrawDateTimeContinuousScaleBreaks(DateTimeContinuousAxis axis)
Parameters:axisDateTimeContinuousAxis

The axis.

Draws the horizontal scale break lines.

C#
protected virtual void DrawHorizontalScaleBreakLines(RectangleF rect)
Parameters:rectRectangleF

The rect.

Draws the numerical axis scale breaks.

C#
protected virtual void DrawNumericalAxisScaleBreaks(NumericalAxis axis)
Parameters:axisNumericalAxis

The axis.

Draws the scale breaks.

C#
protected override void DrawScaleBreaks()

Overrides: AxisDrawPart.DrawScaleBreaks()

Draws the ticks.

C#
protected override void DrawTicks()

Overrides: AxisDrawPart.DrawTicks()

Draws the vertical scale break lines.

C#
protected virtual void DrawVerticalScaleBreakLines(RectangleF rect)
Parameters:rectRectangleF

The rect.

Gets the clip rect.

C#
protected override RectangleF GetClipRect()
Returns:

RectangleF

Overrides: AxisDrawPart.GetClipRect()