|
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
)
Public Shared Function Show (
array As Single(),
title As String,
Optional nonBlocking As Boolean = false
) As WavechartBox
Request Example
View SourceParameters
- 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:
WavechartBoxThe Data Grid Box being shown.
See Also