menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartPanInfo

    This class specifies the pan information

    Inheritance
    System.Object
    SFChartPanInfo
    SFChartPanningInfo
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartPanInfo : NSObject

    Constructors

    SFChartPanInfo()

    Declaration
    public SFChartPanInfo()

    Properties

    Axis

    Gets the axis, on which the zooming action occurring.

    Declaration
    public SFAxis Axis { get; }
    Property Value
    Type Description
    SFAxis

    The axis.

    CurrentZoomPosition

    Gets the current zoom position value of the chart axis.

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

    The current zoom position.

    PreviousZoomPosition

    Gets the previous zoom position of the chart axis.

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

    The previous zoom position.

    State

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