Click or drag to resize
Accord.NET (logo)

WavechartAddWaveform Method (String, Color, Int32)

Add Waveform to the chart.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Audio (in Accord.Controls.Audio.dll) Version: 3.8.0
Syntax
public void AddWaveform(
	string name,
	Color color,
	int width
)
Request Example View Source

Parameters

name
Type: SystemString
Waveform name.
color
Type: System.DrawingColor
Waveform color.
width
Type: SystemInt32
Waveform width.
Remarks
See Also