Example usage for org.jfree.chart ChartPanelConstants interface-usage

List of usage examples for org.jfree.chart ChartPanelConstants interface-usage

Introduction

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

Usage

From source file org.tsho.dmc2.core.chart.jfree.DmcChartPanel.java

/**
 * A Swing GUI component for displaying a {@link JFreeChart}.
 * <P>
 * The panel registers with the chart to receive notification of changes to any component of the
 * chart.  The chart is redrawn automatically whenever this notification is received.
 *