menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartZoomStartEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartZoomStartEventArgs

    This class provides event data for the ZoomStart Event.

    Inheritance
    System.Object
    ChartZoomEventArgs
    ChartZoomStartEventArgs
    Inherited Members
    ChartZoomEventArgs.Axis
    ChartZoomEventArgs.CurrentZoomFactor
    ChartZoomEventArgs.CurrentZoomPosition
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public class ChartZoomStartEventArgs : ChartZoomEventArgs

    Constructors

    ChartZoomStartEventArgs(ChartAxis, Double, Double)

    Initializes a new instance of the ChartZoomStartEventArgs class.

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

    Properties

    Cancel

    Get or set indicates whether to continue the zooming action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved