menu

MAUI

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

    Show / Hide Table of Contents

    Class ChartSelectionZoomEventArgs

    This class provides event data for the SelectionZoomStart and SelectionZoomEnd Event.

    Inheritance
    System.Object
    ChartSelectionZoomEventArgs
    ChartSelectionZoomDeltaEventArgs
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.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 zoom rectangle values 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