Interface Chart

All Superinterfaces:
ManuallyPositionable
All Known Implementing Classes:
XSSFChart

@Deprecated @Removal(version="4.2") public interface Chart extends ManuallyPositionable
Deprecated.
High level representation of a chart.
  • Method Details

    • getChartDataFactory

      ChartDataFactory getChartDataFactory()
      Deprecated.
      Returns:
      an appropriate ChartDataFactory implementation
    • getChartAxisFactory

      ChartAxisFactory getChartAxisFactory()
      Deprecated.
      Returns:
      an appropriate ChartAxisFactory implementation
    • getOrCreateLegend

      ChartLegend getOrCreateLegend()
      Deprecated.
      Returns:
      chart legend instance
    • deleteLegend

      void deleteLegend()
      Deprecated.
      Delete current chart legend.
    • getAxis

      List<? extends ChartAxis> getAxis()
      Deprecated.
      Returns:
      list of all chart axis
    • plot

      void plot(ChartData data, ChartAxis... axis)
      Deprecated.
      Plots specified data on the chart.
      Parameters:
      data - a data to plot