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

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

Uses of ChartAxis in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel with parameters of type ChartAxis
 void Chart.plot(ChartData data, ChartAxis[] axis)
          Plots specified data on the chart.
 

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

Subinterfaces of ChartAxis in org.apache.poi.ss.usermodel.charts
 interface ValueAxis
           
 

Methods in org.apache.poi.ss.usermodel.charts with parameters of type ChartAxis
 void ChartAxis.crossAxis(ChartAxis axis)
          Declare this axis cross another axis.
 void ChartData.fillChart(Chart chart, ChartAxis[] axis)
          Fills a charts with data specified by implementation.