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


In This Topic
    Rotate3DAction Class
    In This Topic
    Represents the rotate action for 3D charts.
    Object Model
    Rotate3DAction Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class Rotate3DAction 
       Inherits Action
    'Usage
     
    
    Dim instance As Rotate3DAction
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class Rotate3DAction : Action 
    Inheritance Hierarchy

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

    See Also