Interface ChartLegend

All Superinterfaces:
ManuallyPositionable
All Known Implementing Classes:
XSSFChartLegend

@Deprecated @Removal(version="4.2") public interface ChartLegend extends ManuallyPositionable
Deprecated.
use XDDFChartLegend instead
High level representation of chart legend.
  • Method Details

    • getPosition

      LegendPosition getPosition()
      Deprecated.
      Returns:
      legend position
    • setPosition

      void setPosition(LegendPosition position)
      Deprecated.
      Parameters:
      position - new legend position
    • isOverlay

      boolean isOverlay()
      Deprecated.
      Returns:
      overlay value.
    • setOverlay

      void setOverlay(boolean value)
      Deprecated.
      If true the legend is positioned over the chart area otherwise the legend is displayed next to it. Default is no overlay.
      Parameters:
      value -