Click or drag to resize
BoxPlotGetStatistics Method (Int32)
Returns statistics for a set of observations.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual BoxPlotStatistics GetStatistics(
	int iSet
)

Parameters

iSet
Type: SystemInt32
An int which specifies the index of a set whose statistics are to be returned.

Return Value

Type: BoxPlotStatistics
A BoxPlot.Statistics containing the statistics for the iSet set of observations.
See Also