Class BoxplotChart

Object
ObjectIdentity
AbstractBuilder
All Implemented Interfaces:
CanDoComparison, CanDrillDown, CanZoom, Portlet, Portlet

public class BoxplotChart extends AbstractChartBuilder<BoxplotChart> implements CanDoComparison, CanDrillDown, CanZoom
Builder for a Box Plot Chart, obtained via ChartBuilder.newBoxplot() rather than instantiated directly. See that factory method for the chart's overall shape (a plain category X axis and a Box Plot expression Y axis supplying each category's statistical distribution) and a Groovy example.

Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods, described at HighCharts.Chart.

See Also: