Interface IModel
This interface 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.dll
Syntax
public interface IModel
Properties
Control3D
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
IControl3D Control3D { get; }
Property Value
IControl3D
|
Element
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
UIElement3D Element { get; }
Property Value
System.Windows.UIElement3D
|
TargetNames
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
IEnumerable<string> TargetNames { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Viewport
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
Viewport3D Viewport { get; }
Property Value
System.Windows.Controls.Viewport3D
|
Methods
InitializeControl3D(IControl3D)
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
void InitializeControl3D(IControl3D control3D)
Parameters
IControl3D
control3D
|
RegisterNames()
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
void RegisterNames()