|
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
)
Public Sub AddWaveform (
name As String,
color As Color,
width As Integer
)
Request Example
View SourceParameters
- name
- Type: SystemString
Waveform name. - color
- Type: System.DrawingColor
Waveform color. - width
- Type: SystemInt32
Waveform width.
Remarks See Also