<< Click here to display Table of Contents >> Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > Classes > TRSCustomChart > Events:
Comments (0)
Occurs when a chart's value ( FMX.RS.ChartPanel.TRSChartValue ) changes. Write an OnChange event handler to respond to when the chart (or any its Values) change.
Namespace: FMX.RS.ChartPanel
Delphi
public property OnValueChange: TRSChartValueEvent2 read FOnValueChange write FOnValueChange;
Value
Type: TRSChartValueEvent2