Accord.Controls.ScatterplotView.ScatterplotView C# (CSharp) Method

ScatterplotView() public method

Constructs a new instance of the ScatterplotView.
public ScatterplotView ( ) : Accord.Math
return Accord.Math
        public ScatterplotView() : this(new Scatterplot()) { }

Same methods

ScatterplotView::ScatterplotView ( Scatterplot scatterplot ) : Accord.Math