AxisLabelDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class AxisLabelDrawPart : AxisElementDrawPart, IDrawPart
Inheritance: objectDrawPart<Axis>AxisElementDrawPartAxisLabelDrawPart
Implements:
Inherited Members
Constructors
Initializes a new instance of the AxisLabelDrawPart class.
C#
public AxisLabelDrawPart(Axis axis, IChartRenderer renderer)
The axis.
rendererIChartRendererThe renderer.
Methods
Draws this instance.
C#
public override void Draw()
Overrides:
Draws the none and multi line label elements.
C#
protected virtual void DrawNoneAndMultiLineLabelElements()
Draws the rotated label elements.
C#
protected virtual void DrawRotatedLabelElements()
Sets the label clip.
C#
protected virtual void SetLabelClip(bool isLastLabel)
The is last label.