menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class ChartSelectionZoomDeltaEventArgs

    This class provides data for the SelectionZoomDelta event.

    Inheritance
    System.Object
    ChartSelectionZoomEventArgs
    ChartSelectionZoomDeltaEventArgs
    Inherited Members
    ChartSelectionZoomEventArgs.ZoomRect
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.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

    Gets or sets a value indicating whether to cancel the ongoing selection zooming action in the chart.

    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