Represents translate action.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class TranslateAction : Action
Visual Basic
Public Class TranslateAction _
	Inherits Action
XAML Object Element Usage
<TranslateAction .../>

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..::..DependencyObject
    C1.Phone.Chart..::..Action
      C1.Phone.Chart..::..TranslateAction

See Also