Represents translate action.

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

Syntax

C#
public class TranslateAction : Action
Visual Basic
Public Class TranslateAction _
	Inherits 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..::..DependencyObject
    C1.Silverlight.Chart..::..Action
      C1.Silverlight.Chart..::..TranslateAction

See Also