C# Class Accord.Controls.ScatterplotView

Scatter plot visualization control.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Private Properties

Свойство Type Description
OnDataBind void

Méthodes publiques

Méthode Description
ScatterplotView ( ) : Accord.Math

Constructs a new instance of the ScatterplotView.

ScatterplotView ( Scatterplot scatterplot ) : Accord.Math

Constructs a new instance of the ScatterplotView.

UpdateGraph ( ) : void

Forces a update of the scatter plot.

Private Methods

Méthode Description
OnDataBind ( ) : void

Method Details

ScatterplotView() public méthode

Constructs a new instance of the ScatterplotView.
public ScatterplotView ( ) : Accord.Math
Résultat Accord.Math

ScatterplotView() public méthode

Constructs a new instance of the ScatterplotView.
public ScatterplotView ( Scatterplot scatterplot ) : Accord.Math
scatterplot Accord.Statistics.Visualizations.Scatterplot
Résultat Accord.Math

UpdateGraph() public méthode

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