|
WavechartUpdateWaveform Method (String, Single, Int32)
|
Update Waveform on the chart.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Audio (in Accord.Controls.Audio.dll) Version: 3.8.0
Syntax public void UpdateWaveform(
string name,
float[] data,
int samples
)
Public Sub UpdateWaveform (
name As String,
data As Single(),
samples As Integer
)
Request Example
View SourceParameters
- name
- Type: SystemString
Data series name to update. - data
- Type: SystemSingle
Data series values. - samples
- Type: SystemInt32
The number of samples in the data array.
See Also