menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSelectionZoomDeltaEventArgs - API Reference

    Show / Hide Table of Contents

    Class ChartSelectionZoomDeltaEventArgs

    This class serves as an event data for SelectionZoomDelta event.

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

    Constructors

    ChartSelectionZoomDeltaEventArgs()

    Declaration
    public ChartSelectionZoomDeltaEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to continue the zooming action.

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