public class ChartType extends IntType
Modifier and Type | Field and Description |
---|---|
static ChartType |
AREA |
static ChartType |
AREA_STACKED |
static ChartType |
BAR |
static ChartType |
BAR_CLUSTERED |
static ChartType |
BAR_STACKED |
static ChartType |
LINE |
static ChartType |
POINT |
static ChartType |
SCATTER_PLOT |
private boolean |
stackedData |
static ChartType |
STOCK |
Modifier | Constructor and Description |
---|---|
private |
ChartType(int typeCode,
boolean stackedData) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ChartType chartType)
Returns flag indicating whether passed ChartType is equal to this one
|
boolean |
isStacked()
Returns flag indicating whether chart type has stacked data
|
public static final ChartType BAR
public static final ChartType BAR_CLUSTERED
public static final ChartType BAR_STACKED
public static final ChartType LINE
public static final ChartType POINT
public static final ChartType AREA
public static final ChartType AREA_STACKED
public static final ChartType STOCK
public static final ChartType SCATTER_PLOT
private boolean stackedData
public boolean isStacked()
public boolean equals(ChartType chartType)