C# Class Accord.Controls.ComponentView

Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode 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 méthode

Constructs a new instance of the ScatterplotView.
public ComponentView ( ) : System
Résultat System

ComponentView() public méthode

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

UpdateGraph() public méthode

Forces a update of the scatter plot.
public UpdateGraph ( ) : void
Résultat void