RadControls for WPF

This is the base class for all chart planes in the 3D space.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public abstract class Plane3D<TControl> : Control3D<TControl>, 
	ILogicalItem, IPlane3D
where TControl : new(), IModelControl3D
Visual Basic
Public MustInherit Class Plane3D(Of TControl As {New, IModelControl3D}) _
	Inherits Control3D(Of TControl) _
	Implements ILogicalItem, IPlane3D

Type Parameters

TControl
The type of the 3D control model.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media.Media3D..::..Visual3D
        System.Windows..::..UIElement3D
          Telerik.Windows.Controls.Charting..::..Control3D<(Of <(<'TControl>)>)>
            Telerik.Windows.Controls.Charting..::..Plane3D<(Of <(<'TControl>)>)>
              Telerik.Windows.Controls.Charting..::..PlaneXY
              Telerik.Windows.Controls.Charting..::..PlaneYZ
              Telerik.Windows.Controls.Charting..::..PlaneZX

See Also