public class ChartType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
BAR_CAT_CHART |
static short |
BAR_XY_CHART |
static short |
LINE_CHART |
static short |
PIE_CHART |
static short |
SCATTERPLOT_CHART |
static short |
XY_CHART |
Constructor and Description |
---|
ChartType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
lookup(short type) |
public static final short BAR_CAT_CHART
public static final short BAR_XY_CHART
public static final short PIE_CHART
public static final short LINE_CHART
public static final short XY_CHART
public static final short SCATTERPLOT_CHART