Interface IChartExtensionCollection<T>
This is a standard interface for collections containing extension objects which support the RadChart's extensibility mechanism.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IChartExtensionCollection<T> : ICollection<IChartExtension<T>>, IEnumerable<IChartExtension<T>>, IEnumerable where T : IChartExtensibleObject<T>
Type Parameters
T
The type of the extended object. |