Selects or deselects chart Values ( FMX.RS.ChartPanel.TRSChartValue ) based on whether they intersect with the selection rectangle (which is in pixel coordinates).
The base method converts the SelectionRect to chart coordinates (based on HorizontalAxis and VerticalAxis) and then selects values based on the TRSChartValue.Selectable method
Namespace: FMX.RS.ChartPanel
Delphi |
protected |
Parameters
SelectionRect
Type: TCanvasRect
Action
Type: TRSChartSelectionAction
Reference |