RadControls for WPF

Represents a standard interface for classes supporting the RadChart's extensibility mechanism.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public interface IChartExtension<T>
Visual Basic
Public Interface IChartExtension(Of T)

Type Parameters

T
The type of the extended object.

See Also