Controls whether the function class should execute. When Enabled is True, the PerformFunction method will be called every time the ValueChanged IChartPanelListener method executes.
Namespace: FMX.RS.ChartFunction
Delphi |
public |
Property Value
Type: Boolean
When the function class executes the TargetChart values are deleted and then values are added by the function, which can be a lengthy process. Turn off the Enabled property to keep the function class from executing too often or if you want to preserve the TargetChart |
|