Interface IChartExtensibleObject<T>
This is a standard interface for all classes supporting RadChart's extensibility mechanism.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface IChartExtensibleObject<T>
where T : IChartExtensibleObject<T>
Type Parameters
T
Type of the extended object. |
Properties
Extensions
Gets the collection of extensions attached to the extended object.
Declaration
IChartExtensionCollection<T> Extensions { get; }
Property Value
IChartExtensionCollection<T>
The extensions. |