Example usage for org.jfree.chart.plot CombinedDomainCategoryPlot subclass-usage

List of usage examples for org.jfree.chart.plot CombinedDomainCategoryPlot subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart.plot CombinedDomainCategoryPlot subclass-usage.

Usage

From source file ChartUsingJava.CombinedCategoryPlot.java

/**
 * A specialised form of {@link CombinedDomainCategoryPlot} where the
 * subplots share not only the same x-axis, but also the same y-axis.
 */
public class CombinedCategoryPlot extends CombinedDomainCategoryPlot {

From source file cn.edu.nju.cs.itrace4.jfreechart.CombinedCategoryPlot.java

/**
 * A specialised form of {@link org.jfree.chart.plot.CombinedDomainCategoryPlot} where the
 * subplots share not only the same x-axis, but also the same y-axis.
 */
public class CombinedCategoryPlot extends CombinedDomainCategoryPlot {

From source file org.jfree.experimental.chart.plot.CombinedCategoryPlot.java

/**
 * A specialised form of {@link CombinedDomainCategoryPlot} where the
 * subplots share not only the same x-axis, but also the same y-axis.
 */
public class CombinedCategoryPlot extends CombinedDomainCategoryPlot {

From source file test.CombinedCategoryPlot.java

/**
 * A specialised form of {@link CombinedDomainCategoryPlot} where the
 * subplots share not only the same x-axis, but also the same y-axis.
 */
public class CombinedCategoryPlot extends CombinedDomainCategoryPlot {