Navigation: Code Documentation > RSCharting > RSChartPanel > Interfaces > IChartPanelListener > Methods
IChartPanelListener.ValueChanged(TRSCustomChart,TRSChartValue) Method
Called when a chart value has changed.
The Value = nil when ALL values have been changed
Namespace: RSChartPanel
Delphi
public procedure ValueChanged( const Item: TRSCustomChart; const Value: TRSChartValue );
Parameters
Item
Type: TRSCustomChart
Value
Type: TRSChartValue
•RSChartPanel.TRSCustomChart
•RSChartPanel.TRSChartValue
•IChartPanelListener
•RSChartPanel