Class PlaneYZ
This class represents the plane that contains the Y and Z axes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class PlaneYZ : Plane3DBase, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D
Constructors
PlaneYZ()
Declaration
public PlaneYZ()
Methods
CreateGridLineY(Int32, Double)
Creates the gridLine associated with the YAxis for the respective plane.
Declaration
protected override LinePrimitive3D CreateGridLineY(int tickIndex, double ticksDistance)
Parameters
System.Int32
tickIndex
Index of the tick. |
System.Double
ticksDistance
The ticks distance. |
Returns
LinePrimitive3D
|
Overrides
GenerateAxis()
Initializes the 3D axis instance.
Declaration
protected override void GenerateAxis()
Overrides
GenerateGridLines()
Generates the gridLines associated with the respective plane.
Declaration
protected override void GenerateGridLines()
Overrides
GenerateStripLines()
Generates the strip lines for the respective plane.
Declaration
protected override void GenerateStripLines()