Class AxisZ3D
This class represents the Z axis in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisZ3D : Axis3D<AxisZControl3D>, IControl3D, ILogicalItem, IItemsControl
Constructors
AxisZ3D()
Declaration
public AxisZ3D()
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
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
|