| Package | Description |
|---|---|
| org.jfree.chart.fx |
Contains the key classes
ChartViewer and
ChartCanvas. |
| org.jfree.chart.fx.overlay |
Contains classes that implement overlay functionality.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartCanvas.addOverlay(OverlayFX overlay)
Add an overlay to the canvas.
|
void |
ChartCanvas.removeOverlay(OverlayFX overlay)
Removes an overlay from the canvas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrosshairOverlayFX
An overlay for a
ChartViewer that draws crosshairs on a plot. |
Copyright © 2017 JFree.org. All rights reserved.