org.apache.poi.ss.usermodel.charts
Class AxisOrientation

java.lang.Object
  extended by org.apache.poi.ss.usermodel.charts.AxisOrientation

public class AxisOrientation
extends java.lang.Object

Specifies the possible ways to place a picture on a data point, series, wall, or floor.

Author:
Roman Kashitsyn

Field Summary
static AxisOrientation MAX_MIN
          Specifies that the values on the axis shall be reversed so they go from maximum to minimum.
static AxisOrientation MIN_MAX
          Specifies that the axis values shall be in the usual order, minimum to maximum.
 
Constructor Summary
AxisOrientation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_MIN

public static final AxisOrientation MAX_MIN
Specifies that the values on the axis shall be reversed so they go from maximum to minimum.


MIN_MAX

public static final AxisOrientation MIN_MAX
Specifies that the axis values shall be in the usual order, minimum to maximum.

Constructor Detail

AxisOrientation

public AxisOrientation()