Collective2 Explorer
Collective2 Explorer
Namespaces
C2ChartsLibrary Namespaces
C2ChartsLibrary.Interfaces
IBoxplotChart Interface
IBoxplotChart Methods
Add Method
IBoxplotChart
Add Method
Adds data to the chart.
Namespace:
C2ChartsLibrary.Interfaces
Assembly:
C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
Copy
void
Add
(
Object
categoryName
,
IEnumerable
<
double
>
data
)
Parameters
categoryName
Type:
System
Object
Name of the category. (Should be a String but accepts also other objects.)
data
Type:
System.Collections.Generic
IEnumerable
Double
The boxplot data.
See Also
Reference
IBoxplotChart Interface
C2ChartsLibrary.Interfaces Namespace