TiPlotComponent.RemoveAllLimits
TiPlotComponent
Removes all limit objects.
procedure RemoveAllLimits;
Description
Call RemoveAllLimits to remove all limit objects. To delete a specific limit
object, call DeleteLimit.
Example
Delphi
iComponent.RemoveAllLimits;
C++ Builder
iComponent->RemoveAllLimits();
Contents | Index | Previous | Next