TiPlotComponent.DeleteLimit
TiPlotComponent
Deletes a specific limit object.
procedure DeleteLimit (Index : Integer);
Description
Call DeleteLimit to delete a specific limit object by specifying the index of
the object. To delete all limit objects, call RemoveAllLimits.
Example
Delphi
iComponent.DeleteLimit(0); //Deletes the 1st Object
C++ Builder
iComponent->DeleteLimit(0); //Deletes the 1st Object
Note: Index is zero based.
Contents | Index | Previous | Next