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
FieldsModifier and TypeFieldDescriptionstatic final AxisPositionShowing of this axis is disabled.static final AxisPositionThe axis position on the maximum of the other axis.static final AxisPositionThe 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