Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFChartPanInfo

    This class specifies the pan information

    Inheritance
    System.Object
    SFChartPanInfo
    SFChartPanningInfo
    Namespace: Syncfusion.SfChart.iOS
    Assembly: Syncfusion.SFChart.iOS.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 Description
    SFChartZoomPanState
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved