Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFChartZoomInfo

    Show / Hide Table of Contents

    Class SFChartZoomInfo

    This class specifies the zoom information.

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

    Constructors

    SFChartZoomInfo()

    Declaration
    public SFChartZoomInfo()

    Properties

    Axis

    Gets the axis, on which the zooming action occurring.

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

    The axis.

    CurrentZoomFactor

    Gets the current zoom factor value of the chart axis.

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

    The current zoom factor.

    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.

    PreviousZoomFactor

    Gets the previous zoom factor value of the chart axis.

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

    The previous zoom factor.

    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

    Gets the zoom pan state for zoom, pan and select zoom info.

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