Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartResetZoomInfo

    This class specifies the reset zoom information.

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

    Constructors

    SFChartResetZoomInfo()

    Declaration
    public SFChartResetZoomInfo()

    Properties

    Axis

    Gets the axis, on which the zooming action occurring.

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

    The axis.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved