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.Int32
itemsCount
The total count of items. |
Returns
System.Double
|
Overrides
InitializeAxisItemLabel(TickPointCollection, Int32, Point3DCollection)
Initializes the axis item label.
Declaration
protected override LabelData InitializeAxisItemLabel(TickPointCollection ticks, int itemIndex, Point3DCollection pointCoordinates)
Parameters
TickPointCollection
ticks
The ticks. |
System.Int32
itemIndex
Index of the item. |
System.Windows.Media.Media3D.Point3DCollection
pointCoordinates
The point coordinates. |
Returns
LabelData
|
Overrides
TickEndPoint(Double)
Gets the second point of the tick coordinates.
Declaration
protected override Point3D TickEndPoint(double dimensionOffset)
Parameters
System.Double
dimensionOffset
The dimension offset for the axis item. |
Returns
System.Windows.Media.Media3D.Point3D
|
Overrides
TickStartPoint(Double)
Gets the first point of the tick coordinates.
Declaration
protected override Point3D TickStartPoint(double dimensionOffset)
Parameters
System.Double
dimensionOffset
The dimension offset for the axis item. |
Returns
System.Windows.Media.Media3D.Point3D
|