Hide Comments
Hide Comments

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

Namespace: RSChartPanel

expandingSyntax

Delphi

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

Parameters

SelectionRect

Type: TCanvasRect

Action

Type: TRSChartSelectionAction

expandingSee Also

Reference

Comments (0)

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