Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
Oscilloscope.Type property 
 
Type
short for Visual C++ 
enumOscillType for Visual Basic
 
 
Syntax
object.Oscilloscope.Type [=integer]
 
 
Remarks
Determines the type of drawing used to render the Oscilloscope line. 
Supported values are the following: 
Mnemonic constant
Value
Meaning
OSCILL_TYPE_LINES (default)
0
The oscilloscope line is rendered through contiguous lines
OSCILL_TYPE_DOTS
1
The oscilloscope line is rendered through dots
 
 
 
See also
Oscilloscope COM object. 
Oscilloscope property 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents