| 
            
              WavechartSimpleMode Property 
             | 
          
        
         
              Gets or sets a value indicating whether to
              create a simple wave chart only (no scaling).
            
 
    Namespace: 
   Accord.Controls
    Assembly:
   Accord.Controls.Audio (in Accord.Controls.Audio.dll) Version: 3.8.0
Syntaxpublic bool SimpleMode { get; set; }Public Property SimpleMode As Boolean
	Get
	Set
 Request Example
		View SourceProperty Value
Type: 
Booleantrue to enable simple mode; otherwise, 
false.
See Also