Class Overview
Creates Histogram charts. These are essentially bar charts, however histograms in JFreechart
deal better with dates along the X-axis.
Summary
Public Methods |
ChartHelper
|
generateChart()
Generates the chart and will produce a ChartHelper that can be used to access the chart location
and other information.
|
Public Constructors
public
HistogramChartGenerator
(TimeSeriesCollection dataset, String yLabel, I18nBean i18nBean)
Public Methods
public
ChartHelper
generateChart
()
Generates the chart and will produce a ChartHelper that can be used to access the chart location
and other information.
Returns
- a ChartHelper to access all the chart's details.