Example usage for org.jfree.data.xy XYSeriesCollection subclass-usage

List of usage examples for org.jfree.data.xy XYSeriesCollection subclass-usage

Introduction

In this page you can find the example usage for org.jfree.data.xy XYSeriesCollection subclass-usage.

Usage

From source file org.pentaho.platform.uifoundation.chart.XYSeriesCollectionChartDefinition.java

public class XYSeriesCollectionChartDefinition extends XYSeriesCollection implements XYChartDefinition {
    private static final long serialVersionUID = 1717509132920946530L;

    private int chartType = JFreeChartEngine.UNDEFINED_CHART_TYPE;

    private String noDataMessage = null;