ComponentOne Chart for WPF and Silverlight
ActionCollection Class
Members 


C1.WPF.C1Chart Namespace : ActionCollection Class
Represents a collection of Action objects that describe the interactive behavior of a C1Chart at runtime.
Object Model
ActionCollection Class
Syntax
'Declaration
 
Public Class ActionCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of Action)
'Usage
 
Dim instance As ActionCollection
public class ActionCollection : System.Collections.ObjectModel.ObservableCollection<Action> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.WPF.C1Chart.ActionCollection

See Also

Reference

ActionCollection Members
C1.WPF.C1Chart Namespace