Click or drag to resize
Accord.NET (logo)

HistogramBoxShow Method (Double, String)

Displays a histogram with the specified data.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public static HistogramBox Show(
	double[] values,
	string title = "Histogram"
)
Request Example View Source

Parameters

values
Type: SystemDouble
The histogram values.
title (Optional)
Type: SystemString
The title for the histogram window.

Return Value

Type: HistogramBox
See Also