Click or drag to resize
Accord.NET (logo)

DataSeriesBoxShow Method (IEnumerableDateTime, IEnumerableDouble)

Displays a scatter plot with the specified data.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public static DataSeriesBox Show(
	IEnumerable<DateTime> values,
	params IEnumerable<double>[] series
)
Request Example View Source

Parameters

values
Type: System.Collections.GenericIEnumerableDateTime
The x-values for the data series.
series
Type: System.Collections.GenericIEnumerableDouble
The data series.

Return Value

Type: DataSeriesBox
See Also