Enum Class AxisFixUpper

java.lang.Object
java.lang.Enum<AxisFixUpper>
com.iizix.prop.ui.chart.axis2d.AxisFixUpper
All Implemented Interfaces:
IPropCnrChoiceOption<IAxisChoiceOption>, IAxisChoiceOption, Serializable, Comparable<AxisFixUpper>, Constable

public enum AxisFixUpper extends Enum<AxisFixUpper> implements IAxisChoiceOption
This enum has the values of the alignment of the ticks and have 4 available options: MAJOR, MINOR, MICRO, and NONE. These default to NONE, and when set will force the end bounds to align to the corresponding tick division. If NONE is chosen, the end bounds will be the highest values in the data set.
Author:
Christopher Mindus
  • Enum Constant Details Link icon

    • NONE Link icon

      public static final AxisFixUpper NONE
      Default fixUpper. The end bounds will be the highest values in your data set.
    • MAJOR Link icon

      public static final AxisFixUpper MAJOR
    • MINOR Link icon

      public static final AxisFixUpper MINOR
    • MICRO Link icon

      public static final AxisFixUpper MICRO
  • Method Details Link icon