Hide Comments
Hide Comments

Comments (0)

Controls whether the legend will allow you to select chart values from the legend. In other words, as you click items in the legend, do the chart's values get Selected or not? Set EnableSelection to true if you want the user to be able to select chart values.

Note that if EnableSelection is true, MultiSelect is automatically true as the legend must display the selected chart values. Set EnableSelection to false if you want the legend to ignore user clicks on items.

Namespace: FMX.RS.ChartLegends

expandingSyntax

Delphi

published
  property EnableSelection: Boolean read FEnableSelection write SetEnableSelection default False;
 

Property Value

Type: Boolean

expandingSee Also

Comments (0)

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