Class AxisX3D
This class represents the X axis in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisX3D : Axis3D<AxisXControl3D>, IControl3D, ILogicalItem, IItemsControl
Constructors
AxisX3D()
Declaration
public AxisX3D()
Methods
CalculateTickWidth(Int32)
Calculates the width of the axis item tick.
Declaration
protected override double CalculateTickWidth(int itemsCount)
Parameters
System. The total count of items. |
Returns
System.
|
Overrides
InitializeAxisItemLabel(TickPointCollection, Int32, Point3DCollection)
Initializes the axis item label.
Declaration
protected override LabelData InitializeAxisItemLabel(TickPointCollection ticks, int itemIndex, Point3DCollection pointCoordinates)
Parameters
Tick The ticks. |
System. Index of the item. |
System. The point coordinates. |
Returns
Overrides
TickEndPoint(Double)
Gets the second point of the tick coordinates.
Declaration
protected override Point3D TickEndPoint(double dimensionOffset)
Parameters
System. The dimension offset for the axis item. |
Returns
System.
|
Overrides
TickStartPoint(Double)
Gets the first point of the tick coordinates.
Declaration
protected override Point3D TickStartPoint(double dimensionOffset)
Parameters
System. The dimension offset for the axis item. |
Returns
System.
|