Class
AxisElementDrawPart

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public abstract class AxisElementDrawPart : DrawPart<Axis>, IDrawPart

Inheritance: objectDrawPart<Axis>AxisElementDrawPart

Derived Classes: AxisLabelDrawPartAxisTitleDrawPart

Implements: IDrawPart

Inherited Members DrawPart<Axis>.HitTest(Point)DrawPart<Axis>.Draw()DrawPart<Axis>.GetLabelPosition(RadSize, RadRect)DrawPart<Axis>.IsElementValid()DrawPart<Axis>.OffsetXDrawPart<Axis>.OffsetYDrawPart<Axis>.ViewportOffsetXDrawPart<Axis>.ViewportOffsetYDrawPart<Axis>.ElementDrawPart<Axis>.Renderer

Constructors

AxisElementDrawPart(Axis, IChartRenderer)

Initializes a new instance of the AxisElementDrawPart class.

Declaration

cs-api-definition
public AxisElementDrawPart(Axis axis, IChartRenderer renderer)

Parameters

axis

Axis

The axis.

renderer

IChartRenderer

The renderer.

Methods

GetHorizontalOffset(double, double, double)

Gets the horizontal offset.

Declaration

cs-api-definition
public static double GetHorizontalOffset(double rotationAngle, double x, double y)

Parameters

rotationAngle

double

The rotation angle.

x

double

The x.

y

double

The y.

Returns

double

GetVerticalOffset(double, double, double, double)

Gets the vertical offset.

Declaration

cs-api-definition
public static double GetVerticalOffset(double rotationAngle, double x, double y, double horizontalOffset)

Parameters

rotationAngle

double

The rotation angle.

x

double

The x.

y

double

The y.

horizontalOffset

double

The horizontal offset.

Returns

double