Class AxisDrawPart
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 AxisDrawPart : DrawPart<Axis>, IDrawPart
Constructors
AxisDrawPart(Axis, IChartRenderer)
Initializes a new instance of the AxisDrawPart class.
Declaration
public AxisDrawPart(Axis axis, IChartRenderer renderer)
Parameters
Axis
axis
The axis. |
IChartRenderer
renderer
The renderer. |
Methods
Draw()
Draws this instance.
Declaration
public override void Draw()
Overrides
Telerik.WinControls.UI.DrawPart<Telerik.WinControls.UI.Axis>.Draw()
DrawAxis()
Draws the axis.
Declaration
protected virtual void DrawAxis()
DrawScaleBreaks()
Draws the scale breaks.
Declaration
protected virtual void DrawScaleBreaks()
DrawTicks()
Draws the ticks.
Declaration
protected virtual void DrawTicks()
GetClipRect()
Gets the clip rect.
Declaration
protected virtual RectangleF GetClipRect()
Returns
System.Drawing.RectangleF
|
IsElementValid()
Determines whether the element is valid.
Declaration
protected override bool IsElementValid()
Returns
System.Boolean
|
Overrides
Telerik.WinControls.UI.DrawPart<Telerik.WinControls.UI.Axis>.IsElementValid()