TiPlotChannel.ElapsedStartTime
TiPlotChannel See Also
Specifies the elapsed start time reference variable.
property ElapsedStartTime : Double;
Description
Use ElapsedStartTime to get or set the elapsed start time reference variable.
This is the variable used when calculating elapsed times when using the AddYElapsedSeconds and AddYElapsedTime methods.
Example
Delphi
iComponent.Channel[0].ElapsedStartTime := 0.5;
C++ Builder
iComponent->Channel[0]->ElapsedStartTime = 0.5;
Contents | Index | Previous | Next