Click or drag to resize
Accord.NET (logo)

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
Syntax
public bool SimpleMode { get; set; }
Request Example View Source

Property Value

Type: Boolean
true to enable simple mode; otherwise, false.
See Also