menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartSelectionEventArgs

    This class serves as an event data for SelectionChanged event.

    Inheritance
    System.Object
    ChartSelectionEventArgs
    ChartSelectionChangingEventArgs
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartSelectionEventArgs : EventArgs

    Constructors

    ChartSelectionEventArgs()

    Initializes a new instance of the ChartSelectionEventArgs class.

    Declaration
    public ChartSelectionEventArgs()

    Properties

    PreviousSelectedIndex

    Gets the index of previously selected data point.

    Declaration
    public int PreviousSelectedIndex { get; }
    Property Value
    Type Description
    System.Int32

    PreviousSelectedSeries

    Gets the previous selected series.

    Declaration
    public ChartSeries PreviousSelectedSeries { get; }
    Property Value
    Type Description
    ChartSeries

    The previous selected series.

    SelectedDataPointIndex

    Gets the index of currently selected data point.

    Declaration
    public int SelectedDataPointIndex { get; }
    Property Value
    Type Description
    System.Int32

    SelectedSeries

    Gets the currently selected series.

    Declaration
    public ChartSeries SelectedSeries { get; }
    Property Value
    Type Description
    ChartSeries
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved