Interface ChartLegend
- 
- All Superinterfaces:
 ManuallyPositionable
- All Known Implementing Classes:
 XSSFChartLegend
@Deprecated @Removal(version="4.2") public interface ChartLegend extends ManuallyPositionable
Deprecated.use XDDFChartLegend insteadHigh level representation of chart legend. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description 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.- 
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ManuallyPositionable
getManualLayout 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPosition
LegendPosition getPosition()
Deprecated.- Returns:
 - legend position
 
 
- 
setPosition
void setPosition(LegendPosition position)
Deprecated.- Parameters:
 position- new legend position
 
- 
isOverlay
boolean isOverlay()
Deprecated.- Returns:
 - overlay value.
 
 
- 
setOverlay
void setOverlay(boolean value)
Deprecated.If true the legend is positioned over the chart area otherwise the legend is displayed next to it. Default is no overlay.- Parameters:
 value-
 
 - 
 
 -