@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.281Z") @Stability(value=Experimental) public enum LegendPosition extends Enum<LegendPosition>
| Enum Constant and Description |
|---|
BOTTOM
(experimental) Legend appears below the graph (default).
|
HIDDEN
(experimental) Add shading below the annotation.
|
RIGHT
(experimental) Add shading above the annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static LegendPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegendPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final LegendPosition BOTTOM
@Stability(value=Experimental) public static final LegendPosition RIGHT
@Stability(value=Experimental) public static final LegendPosition HIDDEN
public static LegendPosition[] values()
for (LegendPosition c : LegendPosition.values()) System.out.println(c);
public static LegendPosition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.