| Package | Description |
|---|---|
| org.jfree.chart.axis | |
| org.jfree.data |
| Modifier and Type | Method and Description |
|---|---|
RangeType |
NumberAxis.getRangeType()
Returns the axis range type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumberAxis.setRangeType(RangeType rangeType)
Sets the axis range type.
|
| Modifier and Type | Field and Description |
|---|---|
static RangeType |
RangeType.FULL
Full range (positive and negative).
|
static RangeType |
RangeType.NEGATIVE
Negative range.
|
static RangeType |
RangeType.POSITIVE
Positive range.
|