org.apache.poi.ss.usermodel.charts
Interface ChartAxisFactory
- All Known Implementing Classes:
- XSSFChart
@Beta
public interface ChartAxisFactory
A factory for different chart axis.
- Author:
- Roman Kashitsyn, Martin Andersson
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
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.