menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class ChartResetZoomEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartResetZoomEventArgs

    This class provides data for the ResetZoom event.

    Inheritance
    System.Object
    ChartResetZoomEventArgs
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class ChartResetZoomEventArgs : EventArgs

    Constructors

    ChartResetZoomEventArgs(ChartAxis, Double, Double)

    Initializes a new instance of the ChartResetZoomEventArgs class.

    Declaration
    public ChartResetZoomEventArgs(ChartAxis axis, double previousZoomFactor, double previousZoomPosition)
    Parameters
    Type Name Description
    ChartAxis axis
    System.Double previousZoomFactor
    System.Double previousZoomPosition

    Properties

    Axis

    Gets the values of the X and Y axes when the chart is reset.

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

    PreviousZoomFactor

    Gets the previous zoom factor values when the chart is reset.

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

    PreviousZoomPosition

    Gets the previous zoom position values when the chart is reset.

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