menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ChartSelectionEvent

    Inheritance
    System.Object
    ChartSelectionEvent
    ChartSelectionChangingEvent
    Namespace: Com.Syncfusion.Charts
    Assembly: Syncfusion.SfChart.Android.dll
    Syntax
    public class ChartSelectionEvent : Object

    Constructors

    ChartSelectionEvent()

    Declaration
    public ChartSelectionEvent()

    Properties

    PreviousSelectedIndex

    Gets the index of previously selected data point.

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

    PreviousSelectedSeries

    Gets the previous selected series.

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

    SelectedDataPointIndex

    Gets the index of currently selected data point.

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

    SelectedSegment

    Gets the selected segment of the series.

    Declaration
    public ChartSegment SelectedSegment { get; }
    Property Value
    Type
    ChartSegment

    SelectedSeries

    Gets the selected series.

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