Class SeriesModel
This class supports the RadChart infrastructure and is not meant to be directly used by your code.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SeriesModel : Model<Series3D>, IModel
Constructors
SeriesModel(IModelControl3D)
Initializes a new instance of the SeriesModel class.
Declaration
public SeriesModel(IModelControl3D modelControl)
Parameters
IModelControl3D
modelControl
The model control. |
Properties
Element
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public override UIElement3D Element { get; }
Property Value
System.Windows.UIElement3D
|
Overrides
Viewport
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
public override Viewport3D Viewport { get; }
Property Value
System.Windows.Controls.Viewport3D
|
Overrides
Methods
CreateControl()
This supports the RadChart infrastructure and is not meant to be directly used by your code.
Declaration
protected override IControl3D CreateControl()
Returns
IControl3D
|