Represents zoom action.

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

Syntax

C#
public class ZoomAction : Action
Visual Basic
Public Class ZoomAction _
	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..::..ZoomAction

See Also