Hide Comments
Hide Comments

TRSCustomChart.Select(TCanvasRect,TRSChartSelectionAction) Method

Comments (0)

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

alert_noteNotes to Inheritors

Descendant classes override the InternalSelect method

Namespace: FMX.RS.ChartPanel

expandingSyntax

Delphi

public 
  procedure Select( const SelectionRect: TCanvasRect; Action: TRSChartSelectionAction ); virtual; 
 

Parameters

SelectionRect

Type: TCanvasRect

Action

Type: TRSChartSelectionAction

expandingSee Also

Comments (0)

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