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

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public class ActionCollection : ObservableCollection<Action>
Visual Basic
Public Class ActionCollection _
	Inherits ObservableCollection(Of Action)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Action>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'Action>)>)>
      C1.Silverlight.Chart..::..ActionCollection

See Also