org.apache.poi.ss.usermodel.charts
Interface ChartAxisFactory
@Beta
public interface ChartAxisFactory
A factory for different chart axis.
createValueAxis
ValueAxis createValueAxis(AxisPosition pos)
- Parameters:
pos
-
- Returns:
- new value axis at the end of the list at the specified chart position
createCategoryAxis
ChartAxis createCategoryAxis(AxisPosition pos)
- Parameters:
pos
-
- Returns:
- new category axis at the end of the list at the specified chart position
createDateAxis
ChartAxis createDateAxis(AxisPosition pos)
- Parameters:
pos
-
- Returns:
- new date category axis at the end of the list at the specified chart position