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


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

    See Also