RadControls for WPF

This class 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 (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public class Model<TControl3D> : IModel
where TControl3D : IControl3D
Visual Basic
Public Class Model(Of TControl3D As IControl3D) _
	Implements IModel

Type Parameters

TControl3D
The type of the control3 D.

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls.Charting..::..Model<(Of <(<'TControl3D>)>)>
    Telerik.Windows.Controls.Charting..::..SeriesModel

See Also