Class AxisElementDrawPart
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 abstract class AxisElementDrawPart : DrawPart<Axis>, IDrawPart
Constructors
AxisElementDrawPart(Axis, IChartRenderer)
Initializes a new instance of the AxisElementDrawPart class.
Declaration
public AxisElementDrawPart(Axis axis, IChartRenderer renderer)
Parameters
Axis
axis
The axis. |
IChartRenderer
renderer
The renderer. |
Methods
GetHorizontalOffset(Double, Double, Double)
Gets the horizontal offset.
Declaration
public static double GetHorizontalOffset(double rotationAngle, double x, double y)
Parameters
System.Double
rotationAngle
The rotation angle. |
System.Double
x
The x. |
System.Double
y
The y. |
Returns
System.Double
|
GetVerticalOffset(Double, Double, Double, Double)
Gets the vertical offset.
Declaration
public static double GetVerticalOffset(double rotationAngle, double x, double y, double horizontalOffset)
Parameters
System.Double
rotationAngle
The rotation angle. |
System.Double
x
The x. |
System.Double
y
The y. |
System.Double
horizontalOffset
The horizontal offset. |
Returns
System.Double
|