Represents the action object that supports interactive chart actions such as rotating, scaling, translation and zooming.

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

Syntax

C#
public abstract class Action : DependencyObject
Visual Basic
Public MustInherit Class Action _
	Inherits DependencyObject

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Phone.Chart..::..Action
      C1.Phone.Chart..::..ScaleAction
      C1.Phone.Chart..::..TranslateAction
      C1.Phone.Chart..::..ZoomAction

See Also