Prehľad
Nástroje obsahu
%HI_SetGraphTick( INT in refId, INT in extraTick, INT in majorTick, INT in minorTick )
refId | Reference to a displayer (reference variable). |
extraTick | Distance between two extra ticks [s] (see the figure above). |
majorTick | Distance between two major ticks [s] (see the figure above). |
minorTick | Distance between two minor ticks [s] (see the figure above). |
Time distance among ticks is given in seconds. There can be defined three types of ticks. The situation is shown in the following figure:
The following condition must be valid: extraTick ≥ majorTick ≥ minorTick.
Pridať komentár