Selects or deselects chart Values ( RSChartPanel|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
Notes to Inheritors |
---|
Descendant classes override the InternalSelect method |
Namespace: FMX.RS.Charts
Delphi |
public |
Parameters
ClientRect
Type: TCanvasRect
Action
Type: TRSChartSelectionAction
TRSCustomChart.Select(TCanvasRect,TRSChartSelectionAction)
Reference |