Uses of Class
org.apache.poi.ss.usermodel.charts.AxisCrosses

Packages that use AxisCrosses
org.apache.poi.ss.usermodel.charts   
 

Uses of AxisCrosses in org.apache.poi.ss.usermodel.charts
 

Fields in org.apache.poi.ss.usermodel.charts declared as AxisCrosses
static AxisCrosses AxisCrosses.AUTO_ZERO
          The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero).
static AxisCrosses AxisCrosses.MAX
          Axis crosses at the minimum value of the chart.
static AxisCrosses AxisCrosses.MIN
          The axis crosses at the maximum value.
 

Methods in org.apache.poi.ss.usermodel.charts that return AxisCrosses
 AxisCrosses ChartAxis.getCrosses()
           
 

Methods in org.apache.poi.ss.usermodel.charts with parameters of type AxisCrosses
 void ChartAxis.setCrosses(AxisCrosses crosses)