TiScopeChannel.RefLineShow
TiScopeChannel
Specifies whether the Channel Reference Line is shown.
property RefLineShow : Boolean
Description
Use RefLineShow to specify whether the Channel Reference Line is shown.
If this property is TRUE, then a dashed line is drawn horizontally through the
center of the channel data. This line allows your application user to move
the channel reference with the mouse in addition to the functionality of the
Control Panel.
If this property is FALSE, then no line is shown and the application user will
need to use the control panel to move the channel reference.
Example
Delphi
iComponent.Channel[0].RefLineShow := True;
C++ Builder
iComponent->Channel[0]->RefLineShow = True;
Contents | Index | Previous | Next