menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class ChartZoomEventArgs

    This class provides data for the ZoomEnd event.

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

    Constructors

    ChartZoomEventArgs(ChartAxis, Double, Double)

    Initializes a new instance of the ChartZoomEventArgs class.

    Declaration
    public ChartZoomEventArgs(ChartAxis axis, double currentZoomFactor, double currentZoomPosition)
    Parameters
    Type Name Description
    ChartAxis axis
    System.Double currentZoomFactor
    System.Double currentZoomPosition

    Properties

    Axis

    Gets the values of the X and Y axes.

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

    CurrentZoomFactor

    Gets the current zoom factor value for the chart axis.

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

    CurrentZoomPosition

    Gets the current zoom position value for the chart axis.

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