menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfChart.ZoomDeltaEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfChart.ZoomDeltaEventArgs

    Inheritance
    System.Object
    SfChart.ChartZoomEventArgs
    SfChart.ZoomDeltaEventArgs
    Inherited Members
    SfChart.ChartZoomEventArgs.ChartAxis
    SfChart.ChartZoomEventArgs.CurrentZoomFactor
    SfChart.ChartZoomEventArgs.CurrentZoomPosition
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ZoomDeltaEventArgs : SfChart.ChartZoomEventArgs

    Constructors

    ZoomDeltaEventArgs()

    Declaration
    public ZoomDeltaEventArgs()

    Properties

    Cancel

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

    PreviousZoomFactor

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

    PreviousZoomPosition

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