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

Scatterplot() public method

Constructs an empty Scatter plot with given title.
public Scatterplot ( String title ) : System
title String Scatter plot title.
return System
        public Scatterplot(String title)
        {
            this.title = title;
        }

Same methods

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