menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResetZoomEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResetZoomEventArgs

    Class implementation for ResetZooming event arguments.

    Inheritance
    System.Object
    System.EventArgs
    ResetZoomEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ResetZoomEventArgs : EventArgs

    Constructors

    ResetZoomEventArgs()

    Declaration
    public ResetZoomEventArgs()

    Properties

    Axis

    Gets the the axis whose range is changed because of reset the zoom.

    Declaration
    public ChartAxisBase2D Axis { get; }
    Property Value
    Type
    ChartAxisBase2D

    Cancel

    Gets a value indicating whether to cancel the event.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    PreviousZoomRange

    Gets the previous visible range.

    Declaration
    public object PreviousZoomRange { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved