RadControls for WPF

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 (in Telerik.Windows.Controls.Charting.dll) Version: 2013.2.611.40

Syntax

C#
public interface IChartExtensionCollection<T> : ICollection<IChartExtension<T>>, 
	IEnumerable<IChartExtension<T>>, IEnumerable
where T : Object, IChartExtensibleObject<T>
Visual Basic
Public Interface IChartExtensionCollection(Of T As {Object, IChartExtensibleObject(Of T)}) _
	Inherits ICollection(Of IChartExtension(Of T)), IEnumerable(Of IChartExtension(Of T)),  _
	IEnumerable

Type Parameters

T
The type of the extended object.

See Also