Class XSSFChartLegend
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.charts.XSSFChartLegend
-
- All Implemented Interfaces:
ChartLegend
,ManuallyPositionable
@Deprecated @Removal(version="4.2") public final class XSSFChartLegend extends java.lang.Object implements ChartLegend
Deprecated.useXDDFChartLegend
insteadRepresents a SpreadsheetML chart legend
-
-
Constructor Summary
Constructors Constructor Description XSSFChartLegend(XSSFChart chart)
Deprecated.Create a new SpreadsheetML chart legend
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CTLegend
getCTLegend()
Deprecated.Return the underlying CTLegend bean.XSSFManualLayout
getManualLayout()
Deprecated.Returns manual layout for the chart element.LegendPosition
getPosition()
Deprecated.boolean
isOverlay()
Deprecated.void
setOverlay(boolean value)
Deprecated.If true the legend is positioned over the chart area otherwise the legend is displayed next to it.void
setPosition(LegendPosition position)
Deprecated.
-
-
-
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
-
setPosition
public void setPosition(LegendPosition position)
Deprecated.- Specified by:
setPosition
in interfaceChartLegend
- Parameters:
position
- new legend position
-
getPosition
public LegendPosition getPosition()
Deprecated.- Specified by:
getPosition
in interfaceChartLegend
- Returns:
- legend position
-
getManualLayout
public XSSFManualLayout getManualLayout()
Deprecated.Description copied from interface:ManuallyPositionable
Returns manual layout for the chart element.- Specified by:
getManualLayout
in interfaceManuallyPositionable
- Returns:
- manual layout for the chart element.
-
isOverlay
public boolean isOverlay()
Deprecated.- Specified by:
isOverlay
in interfaceChartLegend
- 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 interfaceChartLegend
-
-