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.Windows.Documents.AdornerLayer
|
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.Double
|
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.Double
|
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
TickPointCollection
|
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
TickPointCollection
|
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.Double
|
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.Double
|
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.Windows.Media.Media3D.Point3DCollection
|