C# Class Accord.Controls.ScatterplotView

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

Private Properties

Property Type Description
OnDataBind void

Public Methods

Method 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

Method Description
OnDataBind ( ) : void

Method Details

ScatterplotView() public method

Constructs a new instance of the ScatterplotView.
public ScatterplotView ( ) : Accord.Math
return Accord.Math

ScatterplotView() public method

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

UpdateGraph() public method

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