Represents the scale action.

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

Syntax

C#
public class ScaleAction : Action
Visual Basic
Public Class ScaleAction _
	Inherits Action

Remarks

The MinScale property of Axis property specifies the minimum scale that can set for the axis. If MinScale is equal to 1 the zoom is not applied to the axis.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Silverlight.Chart..::..Action
      C1.Silverlight.Chart..::..ScaleAction

See Also