public class

CreatedVsResolvedChartGenerator

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

Summary

Public Constructors
CreatedVsResolvedChartGenerator(XYDataset createdVsResolved, TimeSeries trendSeries, List domainMarkers, 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 CreatedVsResolvedChartGenerator (XYDataset createdVsResolved, TimeSeries trendSeries, List domainMarkers, 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.