TiPlotComponent.DisableAllTracking
TiPlotComponent See Also
Used to disable all axes data tracking.
procedure DisableAllTracking;
Description
Call DisableAllTracking to disable all Axes data tracking. DisableAllTracking
sets the TrackingEnabled property of all axes to False. This has the same effect as the user clicking
the Pause All button on the toolbar.
Example
Delphi
iComponent.DisableAllTracking;
C++ Builder
iComponent->DisableAllTracking();
Contents | Index | Previous | Next