Class ChartSelectionEventArgs
This class serves as an event data for SelectionChanged event.
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 |
---|
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 |
---|
System.Int32 |
SelectedSeries
Gets the currently selected series.
Declaration
public ChartSeries SelectedSeries { get; }
Property Value
Type |
---|
ChartSeries |