ComponentOne Chart for WPF and Silverlight
ZoomAction Class
Members 


C1.WPF.C1Chart Namespace : ZoomAction Class
Represents zoom action.
Object Model
ZoomAction Class
Syntax
'Declaration
 
Public Class ZoomAction 
   Inherits Action
'Usage
 
Dim instance As ZoomAction
public class ZoomAction : 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.Threading.DispatcherObject
      System.Windows.DependencyObject
         C1.WPF.C1Chart.Action
            C1.WPF.C1Chart.ZoomAction

See Also

Reference

ZoomAction Members
C1.WPF.C1Chart Namespace