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

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.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