| Package | Description |
|---|---|
| org.jfree.chart.axis |
Axis classes and interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
private MarkerAxisBand |
NumberAxis.markerBand
An optional band for marking regions on the axis.
|
| Modifier and Type | Method and Description |
|---|---|
MarkerAxisBand |
NumberAxis.getMarkerBand()
Returns the (optional) marker band for the axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumberAxis.setMarkerBand(MarkerAxisBand band)
Sets the marker band for the axis.
|