Represents the scale 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 ScaleAction : Action
Visual Basic
Public Class ScaleAction _
	Inherits Action
XAML Object Element Usage
<ScaleAction .../>

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

See Also