Uses of Interface
org.apache.poi.ss.usermodel.charts.ChartAxis
-
Packages that use ChartAxis Package Description org.apache.poi.ss.usermodel org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.charts -
-
Uses of ChartAxis in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return types with arguments of type ChartAxis Modifier and Type Method Description java.util.List<? extends ChartAxis>
Chart. getAxis()
Deprecated.Methods in org.apache.poi.ss.usermodel with parameters of type ChartAxis Modifier and Type Method Description void
Chart. plot(ChartData data, ChartAxis... axis)
Deprecated.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 Modifier and Type Interface Description interface
ValueAxis
Deprecated.use XDDFValueAxis insteadMethods in org.apache.poi.ss.usermodel.charts that return ChartAxis Modifier and Type Method Description ChartAxis
ChartAxisFactory. createCategoryAxis(AxisPosition pos)
Deprecated.ChartAxis
ChartAxisFactory. createDateAxis(AxisPosition pos)
Deprecated.Methods in org.apache.poi.ss.usermodel.charts with parameters of type ChartAxis Modifier and Type Method Description void
ChartAxis. crossAxis(ChartAxis axis)
Deprecated.Declare this axis cross another axis.void
ChartData. fillChart(Chart chart, ChartAxis... axis)
Deprecated.Fills a charts with data specified by implementation. -
Uses of ChartAxis in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type ChartAxis Modifier and Type Method Description void
XSSFChart. plot(ChartData data, ChartAxis... chartAxis)
Deprecated. -
Uses of ChartAxis in org.apache.poi.xssf.usermodel.charts
Classes in org.apache.poi.xssf.usermodel.charts that implement ChartAxis Modifier and Type Class Description class
XSSFCategoryAxis
Deprecated.useXDDFCategoryAxis
insteadclass
XSSFChartAxis
Deprecated.useXDDFChartAxis
insteadclass
XSSFDateAxis
Deprecated.useXDDFDateAxis
insteadclass
XSSFValueAxis
Deprecated.useXDDFValueAxis
insteadMethods in org.apache.poi.xssf.usermodel.charts with parameters of type ChartAxis Modifier and Type Method Description void
XSSFCategoryAxis. crossAxis(ChartAxis axis)
Deprecated.void
XSSFDateAxis. crossAxis(ChartAxis axis)
Deprecated.void
XSSFValueAxis. crossAxis(ChartAxis axis)
Deprecated.void
XSSFLineChartData. fillChart(Chart chart, ChartAxis... axis)
Deprecated.void
XSSFScatterChartData. fillChart(Chart chart, ChartAxis... axis)
Deprecated.
-