TiPlotComponent.AddLimit
TiPlotComponent
Adds a single data cursor object to the plot.
function AddLimit : Integer;
Description
Call AddLimit to add a single limit object to the plot. The return value from
the function is an unique index used for manipulating the object. Use the Limit property to get or set the properties of the limit object.
The index value for this object will decrement by one each time a limit object
with a lower index value is deleted.
Example
Delphi
Index := iComponent.AddLimit;
C++ Builder
Index = iComponent->AddLimit();
Contents | Index | Previous | Next