Click or drag to resize
Accord.NET (logo)

DataSeriesBoxShow Method (String, FuncDouble, Double)

Displays a scatter plot.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public static DataSeriesBox Show(
	string title,
	Func<double, double> function
)
Request Example View Source

Parameters

title
Type: SystemString
The title for the plot window.
function
Type: SystemFuncDouble, Double
The function to plot.

Return Value

Type: DataSeriesBox
See Also