Hide Comments
Hide Comments

TRSPieChart.InternalSelect(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

Namespace: FMX.RS.Charts

expandingSyntax

Delphi

protected 
  procedure InternalSelect( const SelectionRect: TCanvasRect; Action: TRSChartSelectionAction ); override; 
 

Parameters

SelectionRect

Type: TCanvasRect

Action

Type: TRSChartSelectionAction

Overrides

TRSCustomChart.InternalSelect(TCanvasRect,TRSChartSelectionAction)
 

expandingSee Also

Reference

Comments (0)

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