Interface ChartAxisFactory
- All Known Implementing Classes:
XSSFChart
Deprecated.
A factory for different chart axis.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.
-
Method Details
-
createValueAxis
Deprecated.- Parameters:
pos
-- Returns:
- new value axis at the end of the list at the specified chart position
-
createCategoryAxis
Deprecated.- Parameters:
pos
-- Returns:
- new category axis at the end of the list at the specified chart position
-
createDateAxis
Deprecated.- Parameters:
pos
-- Returns:
- new date category axis at the end of the list at the specified chart position
-