XDDFChartLegend instead@Deprecated @Removal(version="4.2") public final class XSSFChartLegend extends Object implements ChartLegend
| Constructor and Description |
|---|
XSSFChartLegend(XSSFChart chart)
Deprecated.
Create a new SpreadsheetML chart legend
|
| Modifier and Type | Method and 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.
|
public XSSFChartLegend(XSSFChart chart)
@Internal public CTLegend getCTLegend()
public void setPosition(LegendPosition position)
setPosition in interface ChartLegendposition - new legend positionpublic LegendPosition getPosition()
getPosition in interface ChartLegendpublic XSSFManualLayout getManualLayout()
ManuallyPositionablegetManualLayout in interface ManuallyPositionablepublic boolean isOverlay()
isOverlay in interface ChartLegendpublic void setOverlay(boolean value)
ChartLegendsetOverlay in interface ChartLegendCopyright © 2010 - 2020 Adobe. All Rights Reserved