AxisDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class AxisDrawPart : DrawPart<Axis>, IDrawPart
Inheritance: objectDrawPart<Axis>AxisDrawPart
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the AxisDrawPart class.
C#
public AxisDrawPart(Axis axis, IChartRenderer renderer)
The axis.
rendererIChartRendererThe renderer.
Methods
Draws this instance.
C#
public override void Draw()
Overrides:
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.
Determines whether the element is valid.