Package com.inet.report.chart.axis
Class AxisPosition
java.lang.Object
com.inet.report.chart.axis.AxisPosition
- All Implemented Interfaces:
Serializable
The
AxisPosition
class contains axis placements that can
be used by the BaseAxis.setAxisPosition(AxisPosition)
.- Since:
- 8.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AxisPosition
Showing of this axis is disabled.static final AxisPosition
The axis position on the maximum of the other axis.static final AxisPosition
The axis position is on the minimum of the other axis. -
Method Summary
-
Field Details
-
NONE
Showing of this axis is disabled. -
ON_MIN
The axis position is on the minimum of the other axis. For the y-axis, this would mean an axis position on the left side of chart. -
ON_MAX
The axis position on the maximum of the other axis. For the y-axis, this would mean an axis position on the right side of the chart.
-
-
Method Details