Enum SLScope.TSLMajorTicksMode
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 TSLMajorTicksMode = (mtmAuto, mtmCustom, mtmOverride);
C++ Builder:
enum TSLMajorTicksMode {mtmAuto, mtmCustom, mtmOverride};
Visual C++ (MFC):
enum CTSLMajorTicksMode {mtmAuto, mtmCustom, mtmOverride};
Summary
Major Axis Ticks calculation method enumeration.
Description
Defines enumeration for the way the major axis ticks will be calculated.
Values
mtmAuto | Automatically calculate. |
mtmCustom | Custom value. |
mtmOverride | Custom override value. |