public class

HistogramChartGenerator

extends Object
implements ChartGenerator
java.lang.Object
   ↳ com.atlassian.jira.charts.jfreechart.HistogramChartGenerator

Class Overview

Creates Histogram charts. These are essentially bar charts, however histograms in JFreechart deal better with dates along the X-axis.

Summary

Public Constructors
HistogramChartGenerator(TimeSeriesCollection dataset, String yLabel, I18nBean i18nBean)
Public Methods
ChartHelper generateChart()
Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.charts.jfreechart.ChartGenerator

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.