HI_ResetGraphZoom
%HI_ResetGraphZoom function
Declaration
%HI_ResetGraphZoom(
INT in refId,
BOOL in bResetX,
BOOL in bResetY,
) Parameters
refId | Reference to displayer (reference variable). |
bResetX | Cancels the zoom used on the X-axis (time zoom). Possible values:
|
bResetY | Cancels the zoom used on Y-axis (value zoom). Possible values:
|
Example
%HI_ResetGraphZoom(_Graph, @TRUE, @FALSE)
The function cancels the zoom used on X-axis (time zoom) and the zoom on Y-axis (if used) remains unchanged.