Interface IModelControl3D
Represents a 3D Control that has IModel and is contained in RootChart control.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IModelControl3D
Properties
ChartAreaControl
Gets the ChartArea containing the current IModelControl3D.
Declaration
Control ChartAreaControl { get; }
Property Value
System.Windows.Controls.Control
The Root Chart. |
Model
Gets the model associated with the current IModelControl3D.
Declaration
IModel Model { get; }
Property Value
IModel
The model. |
Events
Template2DApplied
Occurs when the control template of the 2D model control has been applied.
Declaration
event EventHandler Template2DApplied
Event Type
System.EventHandler
|