Click or drag to resize
Accord.NET (logo)

DataBarBoxShow Method (IEnumerableString, Double)

Displays a bar plot.

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

Parameters

labels
Type: System.Collections.GenericIEnumerableString
The text labels for the bars.
values
Type: SystemDouble
The value at each bar.

Return Value

Type: DataBarBox
See Also