Click or drag to resize
Accord.NET (logo)

WavechartRemoveWaveform Method

Remove a Waveform from the chart.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Audio (in Accord.Controls.Audio.dll) Version: 3.8.0
Syntax
public void RemoveWaveform(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Waveform name to remove.
See Also