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 voidChart. 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 interfaceValueAxisDeprecated.use XDDFValueAxis insteadMethods in org.apache.poi.ss.usermodel.charts that return ChartAxis Modifier and Type Method Description ChartAxisChartAxisFactory. createCategoryAxis(AxisPosition pos)Deprecated.ChartAxisChartAxisFactory. createDateAxis(AxisPosition pos)Deprecated.Methods in org.apache.poi.ss.usermodel.charts with parameters of type ChartAxis Modifier and Type Method Description voidChartAxis. crossAxis(ChartAxis axis)Deprecated.Declare this axis cross another axis.voidChartData. 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 voidXSSFChart. 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 classXSSFCategoryAxisDeprecated.useXDDFCategoryAxisinsteadclassXSSFChartAxisDeprecated.useXDDFChartAxisinsteadclassXSSFDateAxisDeprecated.useXDDFDateAxisinsteadclassXSSFValueAxisDeprecated.useXDDFValueAxisinsteadMethods in org.apache.poi.xssf.usermodel.charts with parameters of type ChartAxis Modifier and Type Method Description voidXSSFCategoryAxis. crossAxis(ChartAxis axis)Deprecated.voidXSSFDateAxis. crossAxis(ChartAxis axis)Deprecated.voidXSSFValueAxis. crossAxis(ChartAxis axis)Deprecated.voidXSSFLineChartData. fillChart(Chart chart, ChartAxis... axis)Deprecated.voidXSSFScatterChartData. fillChart(Chart chart, ChartAxis... axis)Deprecated.
-