[]
Defines collection of chart panel objects.
public class ChartPanelObjectCollection : ObservableCollection<ChartPanelObject>, IList<ChartPanelObject>, ICollection<ChartPanelObject>, IList, ICollection, IReadOnlyList<ChartPanelObject>, IReadOnlyCollection<ChartPanelObject>, IEnumerable<ChartPanelObject>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
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. |