Interface ChartAxisFactory

All Known Implementing Classes:
XSSFChart

@Deprecated @Removal(version="4.2") public interface ChartAxisFactory
Deprecated.
A factory for different chart axis.
  • Method Details

    • createValueAxis

      ValueAxis createValueAxis(AxisPosition pos)
      Deprecated.
      Parameters:
      pos -
      Returns:
      new value axis at the end of the list at the specified chart position
    • createCategoryAxis

      ChartAxis createCategoryAxis(AxisPosition pos)
      Deprecated.
      Parameters:
      pos -
      Returns:
      new category axis at the end of the list at the specified chart position
    • createDateAxis

      ChartAxis createDateAxis(AxisPosition pos)
      Deprecated.
      Parameters:
      pos -
      Returns:
      new date category axis at the end of the list at the specified chart position