%HI_SetEmptyIntervalsVisible, %HI_GetEmptyIntervalsVisible functions


Function

The function %HI_SetEmptyIntervalsVisible sets to leave out an interval without data for the graphic flows in a Graph displayer.

The function %HI_GetEmptyIntervalsVisible returns the setting in a Graph displayer.


Declaration
%HI_SetEmptyIntervalsVisible(
   INT in refId,
   BOOL in bVisible
 )
 
 
 BOOL %HI_GetEmptyIntervalsVisible(
   INT in refId
 )

Parameters
refId Reference to a displayer (reference variable).
bVisible TRUE - enables to leave out the intervals without data.
FALSE - disables to leave out the intervals without data.

Napíšte komentár