menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class ChartSelectionZoomEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSelectionZoomEventArgs

    This class provides data for the SelectionZoomStart and SelectionZoomEnd events.

    Inheritance
    System.Object
    ChartSelectionZoomEventArgs
    ChartSelectionZoomDeltaEventArgs
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class ChartSelectionZoomEventArgs : EventArgs

    Constructors

    ChartSelectionZoomEventArgs(Rect)

    Initializes a new instance of the ChartSelectionZoomEventArgs class.

    Declaration
    public ChartSelectionZoomEventArgs(Rect zoomRect)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.Rect zoomRect

    Properties

    ZoomRect

    Gets the values of the zoom rectangle during selection zooming.

    Declaration
    public Rect ZoomRect { get; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Rect
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved