public enum LegendBoxStyles extends java.lang.Enum<LegendBoxStyles>
Enum Constant and Description |
---|
HIDE_PARTIAL
Hides all legends if any of them does not fix in the box.
|
NO_COLOR
No Colors are used for markers in legend.
|
RIGHT_ALIGN
Right aligns the text in the legend.
|
SHOW_MENU
Enables the context menu for the legend.
|
WORDBREAK
Wraps text when the legend alignment is set to spread.
|
Modifier and Type | Field and Description |
---|---|
java.util.EnumSet<LegendBoxStyles> |
DEFAULT
Default legend settings.
|
Modifier and Type | Method and Description |
---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.LegendBoxStyles.
|
static int |
getUnderlyingValue(java.util.EnumSet<LegendBoxStyles> value)
Returns a numeric value that represents the given com.softwarefx.chartfx.server.LegendBoxStyles.
|
static LegendBoxStyles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegendBoxStyles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegendBoxStyles WORDBREAK
public static final LegendBoxStyles SHOW_MENU
public static final LegendBoxStyles RIGHT_ALIGN
public static final LegendBoxStyles NO_COLOR
public static final LegendBoxStyles HIDE_PARTIAL
public java.util.EnumSet<LegendBoxStyles> DEFAULT
public static LegendBoxStyles[] values()
for (LegendBoxStyles c : LegendBoxStyles.values()) System.out.println(c);
public static LegendBoxStyles valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.LegendBoxStyles.
public static int getUnderlyingValue(java.util.EnumSet<LegendBoxStyles> value)
Returns a numeric value that represents the given com.softwarefx.chartfx.server.LegendBoxStyles.
value
- A Enum Item.2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.