Interface IPlane3D
This interface supports the RadChart infrastructure and is not meant to be directly used by your code.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IPlane3D
Properties
AdornerLayer
This interface supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
AdornerLayer AdornerLayer { get; set; }
Property Value
System.
|
Depth
This property supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
double Depth { get; set; }
Property Value
System.
|
Height
This property supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
double Height { get; set; }
Property Value
System.
|
PrimaryTicksSource
This property supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
TickPointCollection PrimaryTicksSource { get; set; }
Property Value
SecondaryTicksSource
This property supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
TickPointCollection SecondaryTicksSource { get; set; }
Property Value
Thickness
This property supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
double Thickness { get; set; }
Property Value
System.
|
Width
This property supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
double Width { get; set; }
Property Value
System.
|
Methods
CalculateGridLinesDrawingArea(Axis3DType)
This property supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
Point3DCollection CalculateGridLinesDrawingArea(Axis3DType gridLinesOrientation)
Parameters
Axis3DType
gridLinesOrientation
|
Returns
System.
|