public class

StackedBarChartGenerator

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

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
StackedBarChartGenerator(CategoryDataset 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 StackedBarChartGenerator (CategoryDataset 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.