[]
Represents a collection of Action objects that describe the interactive behavior of a C1Chart at runtime.
public class ActionCollection : ObservableCollection<Action>, IList<Action>, ICollection<Action>, IList, ICollection, IReadOnlyList<Action>, IReadOnlyCollection<Action>, IEnumerable<Action>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class ActionCollection
Inherits ObservableCollection(Of Action)
Implements IList(Of Action), ICollection(Of Action), IList, ICollection, IReadOnlyList(Of Action), IReadOnlyCollection(Of Action), IEnumerable(Of Action), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged