This is a base implementation of the
IChartItem interface.
All inheriting classes further specialize the implementation for the items used in
the different chart types. Each item is the visual representation of a single
DataPoint
from the
DataSeries collections.
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 BaseChartItem : Control,
IChartItem, ILogicalItem, IAnimatable |
| Visual Basic |
|---|
Public MustInherit Class BaseChartItem _
Inherits Control _
Implements IChartItem, ILogicalItem, IAnimatable |
Inheritance Hierarchy
See Also