Class BarLineChart

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

public class BarLineChart extends AbstractChartBuilder<BarLineChart> implements CanDoComparison, CanDoLogarithmicAxis, CanDrillDown, CanZoom
Builder for a Bar & Line Chart, obtained via ChartBuilder.newBarLine() rather than instantiated directly. See that factory method for the chart's overall shape (a category X axis, one or more aggregated Y axis measures) and a Groovy example.

Beyond the axis and series configuration on BarLineChart.BarLineSeries, this chart type supports an embedded boxplot overlay per series, sorting a series by either axis, and comparing this chart's data against a prior period, all configured on BarLineChart.BarLineSeries and BarLineChart.BarLineOptions. Clicking a bar can also fire a Dashboard event via onClick().

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

See Also: