Draws a multiple-group Box plot.
For a list of all members of this type, see BoxPlot Members.
System.Object
Imsl.Chart2D.AbstractChartNode
Imsl.Chart2D.ChartNode
Imsl.Chart2D.Data
Imsl.Chart2D.BoxPlot
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
For each group of observations, the box limits represent the lower quartile (25th percentile) and upper quartile (75th percentile). The median is displayed as a line across the box. Whiskers are drawn from the upper quartile to the upper adjacent value, and from the lower quartile to the lower adjacent value.
Optional notches may be displayed to show a 95 percent confidence interval about the median, at , where IRQ is the interquartile range and n is the number of observations. Outside and far outside values may be displayed as symbols. Outside values are outside the inner fence. Far out values are outside the outer fence.
The BoxPlot
has several child nodes. Any of these nodes can be disabled by setting their "IsVisible" attribute to false
.
Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll)
BoxPlot Members | Imsl.Chart2D Namespace | Example