TiScopeChannel.TraceVisible

TiScopeChannel

Specifies whether the channel trace line is visible.

property TraceVisible : Boolean;

Description

Use TraceVisible to specify whether the channel trace line is visible. Typically, the trace line is hidden for a scatter type plot.

Example

Delphi

iComponent.Channel[0].TraceVisible := True;

C++ Builder

iComponent->Channel[0]->TraceVisible = True;

Contents | Index | Previous | Next