C# Класс Accord.Controls.WavechartBox

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Show ( Signal signal, int channel, string title = "Wavechart", bool nonBlocking = false ) : WavechartBox

Displays a Wavechart with the specified signal.

Show ( float array, String title, bool nonBlocking = false ) : WavechartBox

Displays a Wavechart with the specified signal.

WaitForClose ( ) : void

Blocks the caller until the form is closed.

Приватные методы

Метод Описание
WavechartBox ( ) : System
show ( String title, bool hold ) : WavechartBox

Описание методов

Show() публичный статический метод

Displays a Wavechart with the specified signal.
public static Show ( Signal signal, int channel, string title = "Wavechart", bool nonBlocking = false ) : WavechartBox
signal Signal The signal object to display.
channel int The channel to be displayed.
title string The title for the data window.
nonBlocking bool 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.
Результат WavechartBox

Show() публичный статический метод

Displays a Wavechart with the specified signal.
public static Show ( float array, String title, bool nonBlocking = false ) : WavechartBox
array float The signal to be displayed.
title String The title for the data window.
nonBlocking bool 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.
Результат WavechartBox

WaitForClose() публичный метод

Blocks the caller until the form is closed.
public WaitForClose ( ) : void
Результат void