RadControls for WPF

This is a standard interface for all classes supporting 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 IChartExtensibleObject<T>
where T : Object, IChartExtensibleObject<T>
Visual Basic
Public Interface IChartExtensibleObject(Of T As {Object, IChartExtensibleObject(Of T)})

Type Parameters

T
Type of the extended object.

See Also