Class Model<TControl3D>
This class supports the RadChart infrastructure and is not meant to be directly used by your code.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Model<TControl3D> : 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
IModelControl3D
modelControl
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.Windows.Controls.Control
|
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
IControl3D
|
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.Windows.Controls.Panel
|
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.Windows.UIElement3D
|
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.Collections.Generic.IEnumerable<System.String>
|
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.Windows.Controls.Viewport3D
|
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
IControl3D
|
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()