Represents the base class for all 2D chart items.
Namespace: Telerik.Windows.Controls.ChartingAssembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050
Syntax
| C# |
|---|
public abstract class BaseChartItem2D : BaseChartItem,
IInteractiveElement |
| Visual Basic |
|---|
Public MustInherit Class BaseChartItem2D _
Inherits BaseChartItem _
Implements IInteractiveElement |
Inheritance Hierarchy
See Also