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

Показать файл Открыть проект

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

Метод Описание
ComponentView ( ) : System

Constructs a new instance of the ScatterplotView.

ComponentView ( ICollection components ) : System

Constructs a new instance of the ScatterplotView.

UpdateGraph ( ) : void

Forces a update of the scatter plot.

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

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

Constructs a new instance of the ScatterplotView.
public ComponentView ( ) : System
Результат System

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

Constructs a new instance of the ScatterplotView.
public ComponentView ( ICollection components ) : System
components ICollection
Результат System

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

Forces a update of the scatter plot.
public UpdateGraph ( ) : void
Результат void