Hide Comments
Hide Comments

TRSEQChart.Select(TCanvasRect,TRSChartSelectionAction) Method

Comments (0)

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

alert_noteNotes to Inheritors

Descendant classes override the InternalSelect method

Namespace: FMX.RS.Charts

expandingSyntax

Delphi

public 
  procedure Select(const ClientRect: TCanvasRect; Action: TRSChartSelectionAction); override; 
 

Parameters

ClientRect

Type: TCanvasRect

Action

Type: TRSChartSelectionAction

Overrides

TRSCustomChart.Select(TCanvasRect,TRSChartSelectionAction)
 

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb