Enum Class AxisFixLower

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

public enum AxisFixLower extends Enum<AxisFixLower> 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 lowest values in the data set.
Author:
Christopher Mindus