C# Class Accord.Controls.ComponentView

ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
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.

Method Details

ComponentView() public method

Constructs a new instance of the ScatterplotView.
public ComponentView ( ) : System
return System

ComponentView() public method

Constructs a new instance of the ScatterplotView.
public ComponentView ( ICollection components ) : System
components ICollection
return System

UpdateGraph() public method

Forces a update of the scatter plot.
public UpdateGraph ( ) : void
return void