Interface ChartLegend
- All Superinterfaces:
ManuallyPositionable
- All Known Implementing Classes:
XSSFChartLegend
Deprecated.
use XDDFChartLegend instead
High level representation of chart legend.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.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 Details
-
getPosition
LegendPosition getPosition()Deprecated.- Returns:
- legend position
-
setPosition
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-
-