menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartZoomDeltaEventArgs

    This class serves as an event data for ZoomDelta event.

    Inheritance
    System.Object
    ChartZoomEventArgs
    ChartZoomDeltaEventArgs
    Inherited Members
    ChartZoomEventArgs.Axis
    ChartZoomEventArgs.CurrentZoomFactor
    ChartZoomEventArgs.CurrentZoomPosition
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartZoomDeltaEventArgs : ChartZoomEventArgs

    Constructors

    ChartZoomDeltaEventArgs()

    Declaration
    public ChartZoomDeltaEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to continue the zooming action.

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

    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