Class ChartSelectionEvent
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 |