Class BaseChartItem3D<TControl3D>
Extends the BaseChartItem class to add 3D items functionality.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class BaseChartItem3D<TControl3D> : BaseChartItem, IChartItem, ILogicalItem, IAnimatable, IModelControl3D where TControl3D : IControl3D
Type Parameters
TControl3D
The type of the control3 D. |
Constructors
BaseChartItem3D()
Declaration
protected BaseChartItem3D()
Properties
ChartAreaControl
Gets the ChartArea containing the current IModelControl3D.
Declaration
public Control ChartAreaControl { get; }
Property Value
System.Windows.Controls.Control
|
Implements
Model
Gets the model of the current BaseChartItem3D<TControl3D>.
Declaration
public IModel Model { get; }
Property Value
IModel
The model. |
Implements
Methods
ConfigureAnimationSettings()
Configures the animation settings.
Declaration
protected override void ConfigureAnimationSettings()
Overrides
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()
Overrides
OnTemplate2DApplied()
SetSeriesItemStyle()
Sets the series item style.
Declaration
protected override void SetSeriesItemStyle()
Overrides
Events
Template2DApplied
Occurs when the control template of the 2D model control has been applied.
Declaration
public event EventHandler Template2DApplied
Event Type
System.EventHandler
|