menu

MAUI

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

    Show / Hide Table of Contents

    Class ChartSelectionZoomDeltaEventArgs

    This class provides event data for the SelectionZoomDelta Event.

    Inheritance
    System.Object
    ChartSelectionZoomEventArgs
    ChartSelectionZoomDeltaEventArgs
    Inherited Members
    ChartSelectionZoomEventArgs.ZoomRect
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public class ChartSelectionZoomDeltaEventArgs : ChartSelectionZoomEventArgs

    Constructors

    ChartSelectionZoomDeltaEventArgs(Rect)

    Initializes a new instance of the ChartSelectionZoomDeltaEventArgs class.

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

    Properties

    Cancel

    Get or set indicates whether to continue the selection zooming action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved