TiStripChart.CursorChannel

TiStripChart See Also

Specifies the channel number that has the cursor focus.

property CursorChannel : Integer;

Description

Use CursorChannel to get or set the channel number that has the cursor focus.

Example

Delphi

iComponent.CursorChannel := 2;

C++ Builder

iComponent->CursorChannel = 2;

Note: CursorChannel is 0 based.

Contents | Index | Previous | Next