RadControls for WPF

This class serves as a base class for all 3D spline types.

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 BaseSpline3D<TSplineControl3D> : BaseChartItemControl3D<TSplineControl3D>
where TSplineControl3D : new(), IModelControl3D
Visual Basic
Public MustInherit Class BaseSpline3D(Of TSplineControl3D As {New, IModelControl3D}) _
	Inherits BaseChartItemControl3D(Of TSplineControl3D)

Type Parameters

TSplineControl3D
The type of the 3D spline control.

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 <(<'TSplineControl3D>)>)>
            Telerik.Windows.Controls.Charting..::..BaseChartItemControl3D<(Of <(<'TSplineControl3D>)>)>
              Telerik.Windows.Controls.Charting..::..BaseSpline3D<(Of <(<'TSplineControl3D>)>)>
                Telerik.Windows.Controls.Charting..::..Spline3D
                Telerik.Windows.Controls.Charting..::..SplineArea3D

See Also