RadControls for WPF

This class supports the RadChart infrastructure and is not intended to be used directly from your code.

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

Syntax

C#
public class BaseChartItemControl3D<TControl> : Control3D<TControl>, 
	IChartItem3D, IChartItem, IControl3D
where TControl : new(), IModelControl3D
Visual Basic
Public Class BaseChartItemControl3D(Of TControl As {New, IModelControl3D}) _
	Inherits Control3D(Of TControl) _
	Implements IChartItem3D, IChartItem, IControl3D

Type Parameters

TControl

Inheritance Hierarchy

See Also