[]
        
(Showing Draft Content)

C1.WPF.C1Chart.ChartPanelObjectCollection

ChartPanelObjectCollection Class

Defines collection of chart panel objects.

Inheritance
ChartPanelObjectCollection
Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class ChartPanelObjectCollection : ObservableCollection<ChartPanelObject>, IList<ChartPanelObject>, ICollection<ChartPanelObject>, IList, ICollection, IReadOnlyList<ChartPanelObject>, IReadOnlyCollection<ChartPanelObject>, IEnumerable<ChartPanelObject>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Methods

Name Description
ClearItems()

Removes all items from the collection.

InsertItem(int, ChartPanelObject)

Inserts an element into the collection at the specified index.

RemoveItem(int)

Removes the item at the specified index of the collection.

SetItem(int, ChartPanelObject)

Replaces the element at the specified index.