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.boolean
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.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
-
-