Enum SLWaterfall.TSLWaterfallMarkerMode
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: SLWaterfall
| Contents | 
Syntax
Delphi:
type TSLWaterfallMarkerMode = (mmRelative, mmAbsolute);
C++ Builder:
enum TSLWaterfallMarkerMode {mmRelative, mmAbsolute};
Visual C++ (MFC):
enum CTSLWaterfallMarkerMode {mmRelative, mmAbsolute};
Summary
Waterfall marker kind enumeration.
Description
Defines the waterfall marker kind enumeration.
Values
| mmRelative | Position relative to the data. | 
| mmAbsolute | Position absolute. | 
