Class PlaneXY
This class represents the plane that contains the X and Y axes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class PlaneXY : Plane3DBase, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D
Constructors
PlaneXY()
Declaration
public PlaneXY()
Methods
CreateGridLineX(Int32, Double)
Creates the gridLine associated with the XAxis for the respective plane.
Declaration
protected override LinePrimitive3D CreateGridLineX(int tickIndex, double ticksDistance)
Parameters
System.Int32
tickIndex
Index of the tick. |
System.Double
ticksDistance
The ticks distance. |
Returns
LinePrimitive3D
|
Overrides
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
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()