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


In This Topic
    Action Class
    In This Topic
    Represents the action object that supports interactive chart actions such as rotating, scaling, translation and zooming.
    Object Model
    Action Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class Action 
       Inherits System.Windows.DependencyObject
    'Usage
     
    
    Dim instance As Action
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class Action : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.C1Chart.Action
                C1.WPF.C1Chart.Rotate3DAction
                C1.WPF.C1Chart.ScaleAction
                C1.WPF.C1Chart.TranslateAction
                C1.WPF.C1Chart.ZoomAction

    See Also