menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartResetZoomEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartResetZoomEventArgs

    This class serves as an event data for the ResetZoom event. The event data holds information after the chart has been reset on double tap.

    Inheritance
    System.Object
    ChartResetZoomEventArgs
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartResetZoomEventArgs : EventArgs

    Constructors

    ChartResetZoomEventArgs()

    Declaration
    public ChartResetZoomEventArgs()

    Properties

    Axis

    Gets the axis, on which the zooming action occurring.

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

    PreviousZoomFactor

    Gets the previous zoom factor value of the chart axis.

    Declaration
    public double PreviousZoomFactor { get; }
    Property Value
    Type
    System.Double

    PreviousZoomPosition

    Gets the previous zoom position of the chart axis.

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