Represents interactive action.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public abstract class Action : ICloneable
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public MustInherit Class Action _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..Action

See Also