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

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

public class AxisCrossBetween
extends java.lang.Object

Specifies the possible crossing states of an axis.

Author:
Roman Kashitsyn

Field Summary
static AxisCrossBetween BETWEEN
          Specifies the value axis shall cross the category axis between data markers.
static AxisCrossBetween MIDPOINT_CATEGORY
          Specifies the value axis shall cross the category axis at the midpoint of a category.
 
Constructor Summary
AxisCrossBetween()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BETWEEN

public static final AxisCrossBetween BETWEEN
Specifies the value axis shall cross the category axis between data markers.


MIDPOINT_CATEGORY

public static final AxisCrossBetween MIDPOINT_CATEGORY
Specifies the value axis shall cross the category axis at the midpoint of a category.

Constructor Detail

AxisCrossBetween

public AxisCrossBetween()