Click or drag to resize
BoxplotData Constructor
Initializes a new instance of the BoxplotData class

Namespace:  C2ChartsLibrary.Implementation
Assembly:  C2ChartsLibrary (in C2ChartsLibrary.dll) Version: 1.0
Syntax
C#
public BoxplotData(
	double[] data
)

Parameters

data
Type: SystemDouble

[Missing <param name="data"/> documentation for "M:C2ChartsLibrary.Implementation.BoxplotData.#ctor(System.Double[])"]

See Also