Click or drag to resize
BoxplotChartAdd Method

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

Parameters

categoryName
Type: SystemObject

[Missing <param name="categoryName"/> documentation for "M:C2ChartsLibrary.Implementation.BoxplotChart.Add(System.Object,System.Collections.Generic.IEnumerable{System.Double})"]

data
Type: System.Collections.GenericIEnumerableDouble

[Missing <param name="data"/> documentation for "M:C2ChartsLibrary.Implementation.BoxplotChart.Add(System.Object,System.Collections.Generic.IEnumerable{System.Double})"]

Implements

IBoxplotChartAdd(Object, IEnumerableDouble)
See Also