@Beta public final class XSSFChartLegend extends java.lang.Object implements ChartLegend
| Constructor and Description |
|---|
XSSFChartLegend(XSSFChart chart)
Create a new SpreadsheetML chart legend
|
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend |
getCTLegend()
Return the underlying CTLegend bean.
|
XSSFManualLayout |
getManualLayout() |
LegendPosition |
getPosition() |
boolean |
isOverlay() |
void |
setOverlay(boolean value) |
void |
setPosition(LegendPosition position) |
public XSSFChartLegend(XSSFChart chart)
@Internal public org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend getCTLegend()
public void setPosition(LegendPosition position)
setPosition in interface ChartLegendpublic LegendPosition getPosition()
getPosition in interface ChartLegendpublic XSSFManualLayout getManualLayout()
getManualLayout in interface ManuallyPositionablepublic boolean isOverlay()
isOverlay in interface ChartLegendpublic void setOverlay(boolean value)
setOverlay in interface ChartLegend