-
chart
org.jfree.chart.JFreeChart chart
The underlying chart.
-
legend
org.jfree.chart.title.LegendTitle legend
The chart's legend. We keep a separate reference to this, so that
the legend can be added/removed from the chart.
-
legendPosition
LegendPosition legendPosition
The current legend position (TOP, BOTTOM, LEFT, RIGHT or NONE).
-
subtitle
org.jfree.chart.title.TextTitle subtitle
A subtitle for the chart.
-
sourceSubtitle
org.jfree.chart.title.TextTitle sourceSubtitle
A subtitle that shows the data source.
-
info
org.jfree.chart.ChartRenderingInfo info
The chart rendering info, which is used for tooltips and mouse
events.
-
listeners
javax.swing.event.EventListenerList listeners
Storage for registered listeners.
-
chartBuffer
java.awt.Image chartBuffer
A buffer for the rendered chart.
-
chartBufferHeight
int chartBufferHeight
The height of the chart buffer.
-
chartBufferWidth
int chartBufferWidth
The width of the chart buffer.
-
refreshBuffer
boolean refreshBuffer
A flag that indicates that the buffer should be refreshed.
-
scaleX
double scaleX
The scale factor used to draw the chart.
-
scaleY
double scaleY
The scale factor used to draw the chart.
-
anchor
java.awt.geom.Point2D anchor
The chart anchor point.
-
zoomPoint
java.awt.Point zoomPoint
The zoom rectangle starting point (selected by the user with a mouse
click). This is a point on the screen, not the chart (which may have
been scaled up or down to fit the panel).
-
zoomTriggerDistance
int zoomTriggerDistance
The minimum distance required to drag the mouse to trigger a zoom.
-
fillZoomRectangle
boolean fillZoomRectangle
Controls if the zoom rectangle is drawn as an outline or filled.