public class LegendPlacement
extends java.lang.Object
implements java.io.Serializable
LegendPlacement
class contains legend placements that can
be used by the legend.Modifier and Type | Field and Description |
---|---|
static LegendPlacement |
BOTTOM
The legend is showing on the bottom site of chart.
|
static LegendPlacement |
LEFT
The legend is showing on the left site of chart.
|
static LegendPlacement |
NONE
Disable showing legend.
|
static LegendPlacement |
RIGHT
The legend is showing on the right site of chart.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representing the object.
|
public static final LegendPlacement NONE
public static final LegendPlacement LEFT
public static final LegendPlacement RIGHT
public static final LegendPlacement BOTTOM
Copyright © 1999-2020 by i-net software GmbH