TiPlotComponent.EnableAllTracking

TiPlotComponent See Also

Used to enable all axes data tracking.

procedure
EnableAllTracking;

Description

Call EnableAllTracking to enable all Axes' data tracking. EnableAllTracking sets the TrackingEnabled property of all axes to True. This has the same effect as the user clicking the Resume All button on the toolbar.

Example

Delphi

iComponent.EnableAllTracking;

C++ Builder

iComponent->EnableAllTracking();

Contents | Index | Previous | Next