Enum Axis.ConstrainToward

java.lang.Object
java.lang.Enum<Axis.ConstrainToward>
tech.tablesaw.plotly.components.Axis.ConstrainToward
All Implemented Interfaces:
Serializable, Comparable<Axis.ConstrainToward>, java.lang.constant.Constable
Enclosing class:
Axis

public static enum Axis.ConstrainToward extends Enum<Axis.ConstrainToward>
If this axis needs to be compressed (either due to its own `scaleanchor` and `scaleratio` or those of the other axis), determines which direction we push the originally specified plot area. Options are "left", "center" (default), and "right" for x axes, and "top", "middle" (default), and "bottom" for y axes.