Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartSelectionZoomInfo

    This class specifies the selection zoom information.

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

    Constructors

    SFChartSelectionZoomInfo()

    Declaration
    public SFChartSelectionZoomInfo()

    Properties

    State

    Declaration
    public SFChartZoomPanState State { get; }
    Property Value
    Type Description
    SFChartZoomPanState

    ZoomRect

    Gets the zoom rectangle of the chart area.

    Declaration
    public CGRect ZoomRect { get; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    The zoom rectangle.

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