Represents a standard interface for classes supporting the RadChart's extensibility mechanism.
Namespace: Telerik.Windows.Controls.ChartingAssembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.1050
Syntax
| C# |
|---|
public interface IChartExtension<T>
|
| Visual Basic |
|---|
Public Interface IChartExtension(Of T) |
Type Parameters
- T
- The type of the extended object.
See Also