| Enum Constant and Description |
|---|
Area
Specifies the area type.
|
Area3D
Specifies the 3D area type.
|
AreaStacked
Specifies the stacked area type.
|
AreaStacked100
Specifies the 100% stacked area type.
|
AreaStacked1003D
Specifies the 100% stacked area type.
|
AreaStacked3D
Specifies the 3D stacked area type.
|
BarClustered
Specifies the clustered bar type.
|
BarClustered3D
Specifies the 3D clustered bar type.
|
BarOfPie
Specifies bar of pie type.
|
BarStacked
Specifies the stacked bar type.
|
BarStacked100
Specifies the 100% stacked bar type.
|
BarStacked1003D
Specifies the 3D 100% stacked bar type.
|
BarStacked3D
Specifies the 3D stacked bar.
|
BoxWhisker
Specifies the box and whisker type.
|
Bubble
Specifies the bubble type.
|
Bubble3DEffect
Specifies the bubble with 3D effects type.
|
Column3D
Specifies the 3D column type.
|
ColumnClustered
Specifies the clustered column type.
|
ColumnClustered3D
Specifies the 3D clustered column.
|
ColumnStacked
Specifies the stacked column.
|
ColumnStacked100
Specifies the 100% stacked column.
|
ColumnStacked1003D
Specifies the 3D 100% stacked column type.
|
ColumnStacked3D
Specifies the 3D stacked column.
|
Combo
Specifies the combo type.
|
Doughnut
Specifies the doughnut type.
|
DoughnutExploded
Specifies the exploded doughnut type.
|
Funnel
Specifies the funnel type.
|
Histogram
Specifies the histogram type.
|
Line
Specifies the line type.
|
Line3D
Specifies the 3D line type.
|
LineMarkers
Specifies a line type with markers.
|
LineMarkersStacked
Specifies a stacked line type with markers.
|
LineMarkersStacked100
Specifies 100% stacked line type with markers.
|
LineStacked
Specifies the stacked line type.
|
LineStacked100
Specifies the 100% stacked line type.
|
Pareto
Specifies the pareto type.
|
Pie
Specifies the pie type.
|
Pie3D
Specifies the 3D pie type.
|
PieExploded
Specifies the exploded pie type.
|
PieExploded3D
Specifies the exploded 3D pie type.
|
PieOfPie
Specifies pie of pie type.
|
Radar
Specifies the radar type.
|
RadarFilled
Specifies the filled radar type.
|
RadarMarkers
Specifies the radar with data markers type.
|
StockHLC
Specifies the high-low-close type.
|
StockOHLC
Specifies open-high-low-close type.
|
StockVHLC
Specifies the volume-high-low-close type.
|
StockVOHLC
Specifies the volume-open-high-low-close type.
|
Sunburst
Specifies the sunburst type.
|
Surface
Specifies the 3D surface type.
|
SurfaceTopView
Specifies the surface (top view) type.
|
SurfaceTopViewWireframe
Specifies the surface (top view wireframe) type.
|
SurfaceWireframe
Specifies the 3D surface (wireframe) type.
|
Treemap
Specifies the treemap type.
|
Waterfall
Specifies the waterfall type.
|
XYScatter
Specifies the scatter type.
|
XYScatterLines
Specifies the scatter with lines type.
|
XYScatterLinesNoMarkers
Specifies the scatter with lines and no data markers type.
|
XYScatterSmooth
Specifies the scatter with smoothed lines type.
|
XYScatterSmoothNoMarkers
Specifies the scatter with smoothed lines and no data markers type.
|
| Modifier and Type | Method and Description |
|---|---|
static ChartType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartType Combo
public static final ChartType XYScatter
public static final ChartType Radar
public static final ChartType Doughnut
public static final ChartType Pie3D
public static final ChartType Line3D
public static final ChartType Column3D
public static final ChartType Area3D
public static final ChartType Area
public static final ChartType Line
public static final ChartType Pie
public static final ChartType Bubble
public static final ChartType ColumnClustered
public static final ChartType ColumnStacked
public static final ChartType ColumnStacked100
public static final ChartType ColumnClustered3D
public static final ChartType ColumnStacked3D
public static final ChartType ColumnStacked1003D
public static final ChartType BarClustered
public static final ChartType BarStacked
public static final ChartType BarStacked100
public static final ChartType BarClustered3D
public static final ChartType BarStacked3D
public static final ChartType BarStacked1003D
public static final ChartType LineStacked
public static final ChartType LineStacked100
public static final ChartType LineMarkers
public static final ChartType LineMarkersStacked
public static final ChartType LineMarkersStacked100
public static final ChartType PieOfPie
public static final ChartType PieExploded
public static final ChartType PieExploded3D
public static final ChartType BarOfPie
public static final ChartType XYScatterSmooth
public static final ChartType XYScatterSmoothNoMarkers
public static final ChartType XYScatterLines
public static final ChartType XYScatterLinesNoMarkers
public static final ChartType AreaStacked
public static final ChartType AreaStacked100
public static final ChartType AreaStacked3D
public static final ChartType AreaStacked1003D
public static final ChartType DoughnutExploded
public static final ChartType RadarMarkers
public static final ChartType RadarFilled
public static final ChartType Surface
public static final ChartType SurfaceWireframe
public static final ChartType SurfaceTopView
public static final ChartType SurfaceTopViewWireframe
public static final ChartType Bubble3DEffect
public static final ChartType StockHLC
public static final ChartType StockOHLC
public static final ChartType StockVHLC
public static final ChartType StockVOHLC
public static final ChartType Sunburst
public static final ChartType Treemap
public static final ChartType BoxWhisker
public static final ChartType Funnel
public static final ChartType Waterfall
public static final ChartType Histogram
public static final ChartType Pareto
public static ChartType[] values()
for (ChartType c : ChartType.values()) System.out.println(c);
public static ChartType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null