Class AxisY3D
This class represents the Y axis in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisY3D : Axis3D<AxisYControl3D>, IControl3D, ILogicalItem, IItemsControl
Constructors
AxisY3D()
Declaration
public AxisY3D()
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
SetTitleTransform(LabelData)
Sets the transform of the axis title label.
Declaration
protected override void SetTitleTransform(LabelData title)
Parameters
LabelData
title
The title LabelData object. |
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
|