Class AxisLabelDrawPart
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class AxisLabelDrawPart : AxisElementDrawPart, IDrawPart
Constructors
AxisLabelDrawPart(Axis, IChartRenderer)
Initializes a new instance of the Axis
Declaration
public AxisLabelDrawPart(Axis axis, IChartRenderer renderer)
Parameters
Axis
axis
The axis. |
IChart The renderer. |
Methods
Draw()
Draws this instance.
Declaration
public override void Draw()
Overrides
Telerik.WinControls.UI.DrawPart<Telerik.WinControls.UI.Axis>.Draw()
DrawNoneAndMultiLineLabelElements()
Draws the none and multi line label elements.
Declaration
protected virtual void DrawNoneAndMultiLineLabelElements()
DrawRotatedLabelElements()
Draws the rotated label elements.
Declaration
protected virtual void DrawRotatedLabelElements()
SetLabelClip(Boolean)
Sets the label clip.
Declaration
protected virtual void SetLabelClip(bool isLastLabel)
Parameters
System. The is last label. |