menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSelectionChangingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSelectionChangingEventArgs

    This class serves as an event data for SelectionChanging event.

    Inheritance
    System.Object
    ChartSelectionEventArgs
    ChartSelectionChangingEventArgs
    Inherited Members
    ChartSelectionEventArgs.PreviousSelectedIndex
    ChartSelectionEventArgs.PreviousSelectedSeries
    ChartSelectionEventArgs.SelectedDataPointIndex
    ChartSelectionEventArgs.SelectedSeries
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartSelectionChangingEventArgs : ChartSelectionEventArgs

    Constructors

    ChartSelectionChangingEventArgs()

    Declaration
    public ChartSelectionChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to continue the segment selection.

    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