Click or drag to resize
Accord.NET (logo)

WavechartBoxShow Method (Signal, Int32, 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(
	Signal signal,
	int channel = 0,
	string title = "Wavechart",
	bool nonBlocking = false
)
Request Example View Source

Parameters

signal
Type: Accord.AudioSignal
The signal object to display.
channel (Optional)
Type: SystemInt32
The channel to be displayed.
title (Optional)
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