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