public final class LegendTextStyle extends Enum
Title: LegendTextStyle class.
Description: Describes the possible values of the Legend.TextStyle
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static LegendTextStyle |
LEFTPERCENT
Legend Text is defined as the series values as a percentage of the total
of series values on the left of the series point labels.
|
static LegendTextStyle |
LEFTVALUE
Legend Text is defined as the series values on the left of the series
point labels.
|
static LegendTextStyle |
PERCENT
Legend Text is defined as the series values as a percentage of the total
of series values
|
static LegendTextStyle |
PLAIN
Legend Text is defined as the series point labels.
|
static LegendTextStyle |
RIGHTPERCENT
Legend Text is defined as the series values as a percentage of the total
of series values on the right of the series point labels.
|
static LegendTextStyle |
RIGHTVALUE
Legend Text is defined as the series values on the right of the series
point labels.
|
static LegendTextStyle |
VALUE
Legend Text is defined as the series value.
|
static LegendTextStyle |
XANDPERCENT
Legend Text is defined as xvalues of the series and the series values as
a percentage of the total of series values.
|
static LegendTextStyle |
XANDVALUE
Legend Text is defined as xvalues of the series and the series values.
|
static LegendTextStyle |
XVALUE
Legend Text is defined as the xvalues of the series.
|
Modifier and Type | Method and Description |
---|---|
static LegendTextStyle |
fromValue(int value) |
getValue, readResolve
public static final LegendTextStyle PLAIN
public static final LegendTextStyle LEFTVALUE
public static final LegendTextStyle RIGHTVALUE
public static final LegendTextStyle LEFTPERCENT
public static final LegendTextStyle RIGHTPERCENT
public static final LegendTextStyle XVALUE
public static final LegendTextStyle VALUE
public static final LegendTextStyle PERCENT
public static final LegendTextStyle XANDVALUE
public static final LegendTextStyle XANDPERCENT
public static LegendTextStyle fromValue(int value)