Interface ITreeNode3D
This class supports the RadChart infrastructure and is not intended to be used directly from your code.
Namespace: Telerik.Windows
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface ITreeNode3D
Properties
Parent3D
This member supports the RadChart infrastructure and is not intended to be used directly from your code.
Declaration
ITreeNode3D Parent3D { get; }
Property Value
ITreeNode3D
|
Viewport3D
This member supports the RadChart infrastructure and is not intended to be used directly from your code.
Declaration
Viewport3D Viewport3D { get; }
Property Value
Viewport3D
|