Uses of Interface
org.apache.poi.ss.usermodel.charts.ValueAxis

Packages that use ValueAxis
org.apache.poi.ss.usermodel.charts   
org.apache.poi.xssf.usermodel.charts   
 

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

Methods in org.apache.poi.ss.usermodel.charts that return ValueAxis
 ValueAxis ChartAxisFactory.createValueAxis(AxisPosition pos)
           
 

Uses of ValueAxis in org.apache.poi.xssf.usermodel.charts
 

Classes in org.apache.poi.xssf.usermodel.charts that implement ValueAxis
 class XSSFValueAxis
          Value axis type.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.