Occurs when one of a chart's Values is selected or deselected. Write an OnChartValueSelectionChange event handler when you want to take action when a chart value's selection changes
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Value
Type: TRSChartValueEvent
The following code updates a CheckListBox, which has been previously filled with all the values in a chart: Delphi |
procedure TForm1.RSChartPanel1ChartValueSelectionChange(Sender: TObject; |