ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / ZoomBehavior Class
Members



In This Topic
    ZoomBehavior Class
    In This Topic
    Represents zoom behavior.
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ZoomBehavior 
       Inherits System.Windows.DependencyObject
       Implements IBehavior 
    'Usage
     
    
    Dim instance As ZoomBehavior
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ZoomBehavior : System.Windows.DependencyObject, IBehavior  
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class ZoomBehavior : public System.Windows.DependencyObject, IBehavior  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Chart.Interaction.ZoomBehavior

    See Also