public enum SeriesOption extends Enum<SeriesOption> implements IPropCnrBoolean
Enum Constant and Description |
---|
LABELS
Whether or not to hide this series from the plot.
|
MARKERS
Whether or not to draw markers at data points on this plot for the series.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDefaultValue()
Gets the default value when the property is not set.
|
String |
getPropName()
Returns the name of the property, usually starting with '$'.
|
static SeriesOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeriesOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SeriesOption LABELS
Defaults to false.
public static final SeriesOption MARKERS
Default is false.
public static SeriesOption[] values()
for (SeriesOption c : SeriesOption.values()) System.out.println(c);
public static SeriesOption 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 nullpublic boolean getDefaultValue()
getDefaultValue
in interface IPropCnrBoolean
public String getPropName()
getPropName
in interface IPropCnrBoolean
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.