public class ChartSelectionContext extends Object
Constructor and Description |
---|
ChartSelectionContext(ChartSelectionBehavior owner,
DataPoint selectedPoint,
DataPoint deselectedDataPoint,
ChartSeries selectedSeries,
ChartSeries deselectedSeries,
ChartSelectionContext previousSelection)
Initializes a new instance of the ChartSelectionContext class.
|
Modifier and Type | Method and Description |
---|---|
DataPoint |
deselectedDataPoint()
Gets the deselected data point.
|
ChartSeries |
deselectedSeries()
Gets the deselected series.
|
ChartSelectionContext |
previousSelection()
Gets the previous selection context.
|
DataPoint |
selectedDataPoint()
Gets the selected data point.
|
ChartSeries |
selectedSeries()
Gets the selected series.
|
ChartSelectionBehavior |
selectionBehavior()
Gets the selection behavior that created this context.
|
public ChartSelectionContext(ChartSelectionBehavior owner, DataPoint selectedPoint, DataPoint deselectedDataPoint, ChartSeries selectedSeries, ChartSeries deselectedSeries, ChartSelectionContext previousSelection)
owner
- The selection behavior that created this context.selectedPoint
- The newly selected data point.deselectedDataPoint
- The previously selected data point.selectedSeries
- The newly selected series.deselectedSeries
- The previously selected series.previousSelection
- The previous selection context.public ChartSelectionBehavior selectionBehavior()
public ChartSelectionContext previousSelection()
public DataPoint selectedDataPoint()
public DataPoint deselectedDataPoint()
public ChartSeries selectedSeries()
public ChartSeries deselectedSeries()