|
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
)
Public Sub RemoveWaveform (
name As String
)
Request Example
View SourceParameters
- name
- Type: SystemString
Waveform name to remove.
See Also