Class PlaneXY
This class represents the plane that contains the X and Y axes.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class PlaneXY : Plane3D<PlaneXYControl3D>, IControl3D, ILogicalItem, IPlane3D
Constructors
PlaneXY()
Declaration
public PlaneXY()
Methods
CalculateGridLinesDrawingArea(Axis3DType)
Calculates the available drawing area for the 3D gridlines in the specified orientation.
Declaration
protected override Point3DCollection CalculateGridLinesDrawingArea(Axis3DType gridLinesOrientation)
Parameters
Axis3DType
gridLinesOrientation
The orientation of the gridlines in the 3D space. |
Returns
System.Windows.Media.Media3D.Point3DCollection
|
Overrides
Remarks
This method supports the RadChart infrastructure and is not intended to be used directly from your code.
UpdateDimensions()
Updates the dimensions of the plane in accordance with its thickness.
Declaration
protected override void UpdateDimensions()
Overrides
Remarks
This method supports the RadChart infrastructure and is not intended to be used directly from your code.
UpdatePosition()
Updates the position of the plane when the thickness of the plane changes.
Declaration
protected override void UpdatePosition()
Overrides
Remarks
This method supports the RadChart infrastructure and is not intended to be used directly from your code.