Hide Comments
Hide Comments

Comments (0)

Defines the selection action that can be performed when Select method is called. When the Select method determines a chart value is within the selection rectangle, it uses a parameter of this type to select/deselect it.
 

Namespace: RSChartConsts

expandingSyntax

Delphi

type 
  TRSChartSelectionAction = ( 
  csaSelect, 
  csaDeselect, 
  csaToggle); 
 

expandingMembers

 

Name

Description

public enummember

csaDeselect

Deselect the chart value. If the chart value is already deselected, it stays deselected.

public enummember

csaSelect

Select the chart value. If the chart value is already selected, it stays selected.
 

public enummember

csaToggle

Toggle the selection of the chart value. If the chart value is selected, it becomes deselected. If the chart value is not selected, it becomes seleced.

Top

expandingSee Also

Reference

TRSCustomChart.Select

Comments (0)

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