TiPlotChannelCustom.TraceLineWidth
TiPlotChannelCustom See Also
Specifies the pen width used when drawing the channel trace line.
property TraceLineWidth : Integer;
Description
Use TraceLineWidth to get or set the pen width used when drawing the channel
trace line.
Example
Delphi
iComponent.Channel[0].TraceLineWidth := 2;
C++ Builder
iComponent->Channel[0]->TraceLineWidth = 2;
Contents | Index | Previous | Next