Click or drag to resize
Accord.NET (logo)

DataSeriesBoxSetLabels Method

Sets the data labels for the values being shown.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public DataSeriesBox SetLabels(
	string[] labels,
	float size
)
Request Example View Source

Parameters

labels
Type: SystemString
The text labels.
size
Type: SystemSingle
The text size.

Return Value

Type: DataSeriesBox
See Also