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.useXDDFChartLegendinsteadRepresents 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 CTLegendgetCTLegend()Deprecated.Return the underlying CTLegend bean.XSSFManualLayoutgetManualLayout()Deprecated.Returns manual layout for the chart element.LegendPositiongetPosition()Deprecated.booleanisOverlay()Deprecated.voidsetOverlay(boolean value)Deprecated.If true the legend is positioned over the chart area otherwise the legend is displayed next to it.voidsetPosition(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:
setPositionin interfaceChartLegend- Parameters:
position- new legend position
-
getPosition
public LegendPosition getPosition()
Deprecated.- Specified by:
getPositionin interfaceChartLegend- Returns:
- legend position
-
getManualLayout
public XSSFManualLayout getManualLayout()
Deprecated.Description copied from interface:ManuallyPositionableReturns manual layout for the chart element.- Specified by:
getManualLayoutin interfaceManuallyPositionable- Returns:
- manual layout for the chart element.
-
isOverlay
public boolean isOverlay()
Deprecated.- Specified by:
isOverlayin interfaceChartLegend- Returns:
- overlay value.
-
setOverlay
public void setOverlay(boolean value)
Deprecated.Description copied from interface:ChartLegendIf true the legend is positioned over the chart area otherwise the legend is displayed next to it. Default is no overlay.- Specified by:
setOverlayin interfaceChartLegend
-
-