New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the AxisElementDrawPart class.

C#
public AxisElementDrawPart(Axis axis, IChartRenderer renderer)
Parameters:axisAxis

The axis.

rendererIChartRenderer

The renderer.

Methods

Gets the horizontal offset.

C#
public static double GetHorizontalOffset(double rotationAngle, double x, double y)
Parameters:rotationAngledouble

The rotation angle.

xdouble

The x.

ydouble

The y.

Returns:

double

Gets the vertical offset.

C#
public static double GetVerticalOffset(double rotationAngle, double x, double y, double horizontalOffset)
Parameters:rotationAngledouble

The rotation angle.

xdouble

The x.

ydouble

The y.

horizontalOffsetdouble

The horizontal offset.

Returns:

double