Accord.Statistics.Visualizations.Scatterplot.Scatterplot C# (CSharp) Method

Scatterplot() public method

Constructs an empty Scatter plot.
public Scatterplot ( ) : System
return System
        public Scatterplot()
        {
        }

Same methods

Scatterplot::Scatterplot ( String title ) : System
Scatterplot::Scatterplot ( String title, String xAxisTitle, String yAxisTitle ) : System
Scatterplot::Scatterplot ( String title, String xAxisTitle, String yAxisTitle, String labelTitle ) : System