TiStripChart.CursorHideAllOtherChannels
TiStripChart See Also
Determines whether all other channels other than the active cursor channel are
hidden in the data view when the Toolbar is in the Cursor mode.
property CursorHideAllOtherChannels : Boolean;
Description
Use CursorHideAllOtherChannels to specify whether all other channels other
than the active cursor channel are hidden in the data view when the Toolbar is in
the Cursor mode. All channels will always be displayed in the legend, only the
plots of channels in the data view will be hidden when this property is set to
True and the ToolbarMode is set to iscmCursor.
Example
Delphi
iComponent.CursorHideAllOtherChannels := True;
C++ Builder
iComponent->CursorHideAllOtherChannels = True;
Contents | Index | Previous | Next