Click or drag to resize
IBoxplotChartAdd Method
Adds data to the chart.

Namespace:  C2ChartsLibrary.Interfaces
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
void Add(
	Object categoryName,
	IEnumerable<double> data
)

Parameters

categoryName
Type: SystemObject
Name of the category. (Should be a String but accepts also other objects.)
data
Type: System.Collections.GenericIEnumerableDouble
The boxplot data.
See Also