Click or drag to resize
Accord.NET (logo)

WavechartBoxShow Method (Single, String, Boolean)

Displays a Wavechart with the specified signal.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Audio (in Accord.Controls.Audio.dll) Version: 3.8.0
Syntax
public static WavechartBox Show(
	float[] array,
	string title,
	bool nonBlocking = false
)
Request Example View Source

Parameters

array
Type: SystemSingle
The signal to be displayed.
title
Type: SystemString
The title for the data window.
nonBlocking (Optional)
Type: SystemBoolean
If set to true, the caller will continue executing while the form is shown on screen. If set to false, the caller will be blocked until the user closes the form. Default is false.

Return Value

Type: WavechartBox
The Data Grid Box being shown.
See Also