Click or drag to resize
Accord.NET (logo)

Scatterplot Constructor (String, String, String, String)

Constructs an empty Scatter Plot with given title and axis names.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Scatterplot(
	string title,
	string xAxisTitle,
	string yAxisTitle,
	string labelTitle
)
Request Example View Source

Parameters

title
Type: SystemString
Scatter Plot title.
xAxisTitle
Type: SystemString
Title for the x-axis.
yAxisTitle
Type: SystemString
Title for the y-axis.
labelTitle
Type: SystemString
Title for the labels.
See Also