menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartZoomEventArgs

    This class serves as an event data for ZoomEnd event.

    Inheritance
    System.Object
    ChartZoomEventArgs
    ChartZoomDeltaEventArgs
    ChartZoomStartEventArgs
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartZoomEventArgs : EventArgs

    Constructors

    ChartZoomEventArgs()

    Declaration
    public ChartZoomEventArgs()

    Properties

    Axis

    Gets the axis, on which the zooming action occurring.

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

    CurrentZoomFactor

    Gets the current zoom factor value of the chart axis.

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

    CurrentZoomPosition

    Gets the current zoom position of 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