Class SFChartSelectionInfo
This class specifies the selection information.
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFChartSelectionInfo : NSObject
Constructors
SFChartSelectionInfo()
Declaration
public SFChartSelectionInfo()
Properties
PreviousSelectedIndex
Gets the index of previously selected data point.
Declaration
public int PreviousSelectedIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the previous selected. |
PreviousSelectedSeries
Gets the previous selected series.
Declaration
public SFSeries PreviousSelectedSeries { get; }
Property Value
Type | Description |
---|---|
SFSeries | The previous selected series. |
SelectedDataPointIndex
Gets the index of currently selected data point.
Declaration
public int SelectedDataPointIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the selected data point. |
SelectedSegment
Gets the selected segment of the series.
Declaration
public SFChartSegment SelectedSegment { get; }
Property Value
Type | Description |
---|---|
SFChartSegment | The selected segment. |
SelectedSeries
Gets the selected series.
Declaration
public SFSeries SelectedSeries { get; }
Property Value
Type | Description |
---|---|
SFSeries | The selected series. |