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