public final class MarksStyle extends Enum
Title: MarksStyle class
Description: Describes the possible values of Series Marks Style.
Modifier and Type | Field and Description |
---|---|
static MarksStyle |
LABEL
Shows the associated Point Label.
|
static MarksStyle |
LABELPERCENT
Shows the point Label and the percent value the point represents.
|
static MarksStyle |
LABELPERCENTTOTAL
Shows the point Label toghether with the resulting "PercentTotal" style.
|
static MarksStyle |
LABELVALUE
Shows the point Label and the point value.
|
static MarksStyle |
LEGEND
Shows whatever is shown at Chart Legend.
|
static MarksStyle |
PERCENT
Shows the percent the point value represents.
|
static MarksStyle |
PERCENTRELATIVE
Show the point percent relative to first point value.
|
static MarksStyle |
PERCENTTOTAL
Shows the percent the point represents together with the "of" word and
the sum of all points absolute values.
|
static MarksStyle |
POINTINDEX
Show the point Index.
|
static MarksStyle |
SERIESTITLE
Show the point Series Title.
|
static MarksStyle |
VALUE
Shows the point value.
|
static MarksStyle |
XVALUE
Shows the point XValue.
|
static MarksStyle |
XY
Shows the point XValue and YValue.
|
Modifier and Type | Method and Description |
---|---|
static MarksStyle |
fromValue(int value) |
getValue, readResolve
public static final MarksStyle VALUE
public static final MarksStyle PERCENT
public static final MarksStyle LABEL
public static final MarksStyle LABELPERCENT
public static final MarksStyle LABELVALUE
public static final MarksStyle LEGEND
public static final MarksStyle PERCENTTOTAL
public static final MarksStyle LABELPERCENTTOTAL
public static final MarksStyle XVALUE
public static final MarksStyle XY
public static final MarksStyle SERIESTITLE
public static final MarksStyle POINTINDEX
public static final MarksStyle PERCENTRELATIVE
public static MarksStyle fromValue(int value)