[]
        
(Showing Draft Content)

C1.WPF.C1Chart.ActionCollection

ActionCollection Class

Represents a collection of Action objects that describe the interactive behavior of a C1Chart at runtime.

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

Implements