Class XSSFChartLegend

    • Constructor Detail

      • XSSFChartLegend

        public XSSFChartLegend​(XSSFChart chart)
        Deprecated.
        Create a new SpreadsheetML chart legend
    • Method Detail

      • getCTLegend

        @Internal
        public CTLegend getCTLegend()
        Deprecated.
        Return the underlying CTLegend bean.
        Returns:
        the underlying CTLegend bean
      • isOverlay

        public boolean isOverlay()
        Deprecated.
        Specified by:
        isOverlay in interface ChartLegend
        Returns:
        overlay value.
      • setOverlay

        public void setOverlay​(boolean value)
        Deprecated.
        Description copied from interface: ChartLegend
        If true the legend is positioned over the chart area otherwise the legend is displayed next to it. Default is no overlay.
        Specified by:
        setOverlay in interface ChartLegend