Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartZoomingInfo

    This class specifies the zooming information

    Inheritance
    System.Object
    SFChartZoomInfo
    SFChartZoomingInfo
    Inherited Members
    SFChartZoomInfo.State
    SFChartZoomInfo.Axis
    SFChartZoomInfo.PreviousZoomFactor
    SFChartZoomInfo.PreviousZoomPosition
    SFChartZoomInfo.CurrentZoomFactor
    SFChartZoomInfo.CurrentZoomPosition
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class SFChartZoomingInfo : SFChartZoomInfo

    Constructors

    SFChartZoomingInfo()

    Declaration
    public SFChartZoomingInfo()

    Properties

    Cancel

    Gets or sets a value indicating whether to continue the zooming action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if cancel; otherwise, false.

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