ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ActionCollection Class
Members


In This Topic
    ActionCollection Class
    In This Topic
    Represents a collection of Action objects that describe the interactive behavior of a C1Chart at runtime.
    Object Model
    ActionCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class ActionCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of Action)
    'Usage
     
    
    Dim instance As ActionCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class ActionCollection : System.Collections.ObjectModel.ObservableCollection<Action> 
    Inheritance Hierarchy
    See Also