Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class CartesianAxisDrawPart : AxisDrawPart, IDrawPart
Inheritance: objectDrawPart<Axis>AxisDrawPartCartesianAxisDrawPart
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianAxisDrawPart class.
C#
public CartesianAxisDrawPart(CartesianAxis axis, IChartRenderer renderer)
The axis.
rendererIChartRendererThe renderer.
Methods
Draws the axis.
C#
protected override void DrawAxis()
Overrides:
Draws the categorical axis scale breaks.
C#
protected virtual void DrawCategoricalAxisScaleBreaks(CategoricalAxis axis)
The axis.
Draws the date time continuous scale breaks.
C#
protected virtual void DrawDateTimeContinuousScaleBreaks(DateTimeContinuousAxis axis)
The axis.
Draws the horizontal scale break lines.
C#
protected virtual void DrawHorizontalScaleBreakLines(RectangleF rect)
The rect.
Draws the numerical axis scale breaks.
C#
protected virtual void DrawNumericalAxisScaleBreaks(NumericalAxis axis)
The axis.
Draws the scale breaks.
C#
protected override void DrawScaleBreaks()
Overrides:
Draws the ticks.
C#
protected override void DrawTicks()
Overrides:
Draws the vertical scale break lines.
C#
protected virtual void DrawVerticalScaleBreakLines(RectangleF rect)
The rect.
Gets the clip rect.