Enum SLScope.TSLDisplayZoomMode
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type TSLDisplayZoomMode = (zmBoth, zmXAxis, zmYAxis);
C++ Builder:
enum TSLDisplayZoomMode {zmBoth, zmXAxis, zmYAxis};
Visual C++ (MFC):
enum CTSLDisplayZoomMode {zmBoth, zmXAxis, zmYAxis};
Summary
Display zoom mode enumeration.
Description
Defines enumeration for the way the display will be zoomed with the mouse. ( X Axis, Y Axis or both)
Values
zmBoth | Zoom on both X and Y axes. |
zmXAxis | Zoom on the X axis. |
zmYAxis | Zoom on the Y axis. |