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


In This Topic
    TranslateAction Class
    In This Topic
    Represents translate action.
    Object Model
    TranslateAction Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class TranslateAction 
       Inherits Action
    'Usage
     
    
    Dim instance As TranslateAction
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class TranslateAction : Action 
    Remarks
    The Scale property of Axis should be less than 1. Otherwise the translate along the axis is not available.
    Inheritance Hierarchy

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

    See Also