Class ChartExtensionCollection
Holds the list of items that constitute the extensions for a specific ChartArea.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class ChartExtensionCollection : BaseExtensionCollection<ChartArea>, IChartExtensionCollection<ChartArea>, ICollection<IChartExtension<ChartArea>>, IEnumerable<IChartExtension<ChartArea>>, IEnumerable
Constructors
ChartExtensionCollection(ChartArea)
Initializes a new instance of the Chart
Declaration
public ChartExtensionCollection(ChartArea owner)
Parameters
Chart The owner. |