Class AxisPosition

java.lang.Object
com.inet.report.chart.axis.AxisPosition
All Implemented Interfaces:
Serializable

public class AxisPosition extends Object implements Serializable
The AxisPosition class contains axis placements that can be used by the BaseAxis.setAxisPosition(AxisPosition).
Since:
8.0
See Also:
  • Field Details

    • NONE

      public static final AxisPosition NONE
      Showing of this axis is disabled.
    • ON_MIN

      public static final AxisPosition 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

      public static final AxisPosition 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