Class Model<TControl3D>
This class supports the RadChart infrastructure and is not meant to be directly used by your code.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Model<TControl3D> : Object, IModel where TControl3D : IControl3D
Type Parameters
TControl3D
The type of the control3 D. |
Constructors
Model(IModelControl3D)
Initializes a new instance of the Model class.
Declaration
public Model(IModelControl3D modelControl)
Parameters
IModel The model control. |
Properties
Control
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
protected Control Control { get; }
Property Value
System.
|
Control3D
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public virtual IControl3D Control3D { get; }
Property Value
Implements
ControlContainer
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public Panel ControlContainer { get; }
Property Value
System.
|
Element
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public virtual UIElement3D Element { get; }
Property Value
System.
|
Implements
TargetNames
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public IEnumerable<string> TargetNames { get; }
Property Value
System.
|
Implements
Viewport
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public virtual Viewport3D Viewport { get; }
Property Value
System.
|
Implements
Methods
CreateControl()
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
protected virtual IControl3D CreateControl()
Returns
InitializeControl3D(IControl3D)
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public void InitializeControl3D(IControl3D control3D)
Parameters
IControl3D
control3D
|
Implements
RegisterNames()
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public void RegisterNames()