ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ZoomAction Class
Members


In This Topic
    ZoomAction Class
    In This Topic
    Represents zoom action.
    Object Model
    ZoomAction Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ZoomAction 
       Inherits Action
    'Usage
     
    
    Dim instance As ZoomAction
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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