Class ModelControl3D<TControl3D>
This class supports the RadChart infrastructure and is not intended to be used directly from your code.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ModelControl3D<TControl3D> : Control, IModelControl3D where TControl3D : IControl3D
Type Parameters
TControl3D
The type of the 3D control associated with the model. |
Constructors
ModelControl3D()
Declaration
public ModelControl3D()
Fields
RootChartProperty
Identifies the RootChart attached dependency property.
Declaration
public static readonly DependencyProperty RootChartProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ChartAreaControl
Gets the Root Chart containing the current IModelControl3D.
Declaration
public Control ChartAreaControl { get; }
Property Value
System.Windows.Controls.Control
The Root Chart. |
Implements
Model
Gets the model associated with the current IModelControl3D.
Declaration
public IModel Model { get; }
Property Value
IModel
The model. |
Implements
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnTemplate2DApplied()
Events
Template2DApplied
Occurs when the control template of the 2D model control has been applied.
Declaration
public event EventHandler Template2DApplied
Event Type
System.EventHandler
|