Example usage for org.jfree.chart.labels XYSeriesLabelGenerator interface-usage

List of usage examples for org.jfree.chart.labels XYSeriesLabelGenerator interface-usage

Introduction

In this page you can find the example usage for org.jfree.chart.labels XYSeriesLabelGenerator interface-usage.

Usage

From source file org.jfree.eastwood.GSeriesLabelGenerator.java

/**
 * A series label generator that ignores the series keys and just returns
 * the strings specified in the constructor.  This is used by the
 * {@link ChartServlet} servlet to emulate the Google Chart API.
 */
public class GSeriesLabelGenerator implements XYSeriesLabelGenerator, CategorySeriesLabelGenerator {

From source file ec.util.chart.swing.JTimeSeriesRendererSupport.java

/**
 *
 * @author Philippe Charles
 */
abstract class JTimeSeriesRendererSupport implements XYItemLabelGenerator, XYSeriesLabelGenerator {