Package com.inet.report.chart
Class LegendPlacement
java.lang.Object
com.inet.report.chart.LegendPlacement
- All Implemented Interfaces:
Serializable
The
LegendPlacement
class contains legend placements that can
be used by the legend.- Since:
- 8.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LegendPlacement
The legend is showing on the bottom site of chart.static final LegendPlacement
The legend is showing on the left site of chart.static final LegendPlacement
Disable showing legend.static final LegendPlacement
The legend is showing on the right site of chart. -
Method Summary
-
Field Details
-
NONE
Disable showing legend. -
LEFT
The legend is showing on the left site of chart. -
RIGHT
The legend is showing on the right site of chart. -
BOTTOM
The legend is showing on the bottom site of chart.
-
-
Method Details