public interface IChartTypeConstants
Modifier and Type | Field and Description |
---|---|
static int |
AREA
Area chart
|
static int |
BAR
Bar chart
|
static int |
BOX
2D Box chart
|
static int |
BUBBLE
2D Bubble chart
|
static java.lang.String[] |
CHARTTYPENAME
List of chart type names
|
static int |
COL
Column chart
|
static int |
COMBO_COL
Combo column chart for HLCO and hi-low chart only
|
static int |
COMBO_LINE
Combo line chart
|
static int |
COMBO_OVERLAY
Combo column chart for no-series chart only
|
static int |
COMBO_STACKAREA
Combo stack area chart, valid for 2D Stack column chart only
|
static java.lang.String[] |
COMBOTYPENAME
List of combo type names
|
static int |
DIAL
2D Dial chart
|
static int |
DOUGHNUT |
static int |
GANTT
2D Gantt chart
|
static int |
HEATMAP |
static int |
HILOW
High Low chart
|
static int |
HLCO
HLCO (High Low Close Open) chart
|
static int |
HTMLCENTER |
static int |
HTMLHORIZONTAL |
static int |
HTMLLEFT |
static int |
HTMLRIGHT |
static int |
HTMLVERTICAL |
static int |
LINE
Line chart
|
static int |
OVERLAY
2D Overlay chart
|
static int |
PERCENTCOL
100% Column Chart
|
static int |
PIE
Pie chart
|
static int |
POLAR
2D Polar chart
|
static int |
RADAR
2D Radar chart
|
static int |
SCATTER
Scatter (or XY) chart
|
static int |
STACKAREA
Stack area chart
|
static int |
STACKBAR
Stack bar chart
|
static int |
STACKCOL
Stack column chart
|
static int |
SURFACE
3D Surface Chart
|
static int |
TOTALTYPE
Number of different chart types, including both 2D and 3D
|
static int |
TOTALTYPE_2D
Total number of 2D chart types
|
static int |
TOTALTYPE_3D
Total number of 3D chart types
|
static int |
XYCHART
XY (or scatter) chart
|
static final int COL
static final int BAR
static final int SCATTER
static final int XYCHART
static final int LINE
static final int STACKCOL
static final int STACKBAR
static final int PIE
static final int AREA
static final int STACKAREA
static final int HILOW
static final int HLCO
static final int PERCENTCOL
static final int SURFACE
static final int BUBBLE
static final int OVERLAY
static final int BOX
static final int RADAR
static final int DIAL
static final int GANTT
static final int POLAR
static final int DOUGHNUT
static final int HEATMAP
static final int TOTALTYPE
static final int TOTALTYPE_2D
static final int TOTALTYPE_3D
static final int COMBO_LINE
static final int COMBO_STACKAREA
static final int COMBO_COL
static final int COMBO_OVERLAY
static final java.lang.String[] COMBOTYPENAME
static final java.lang.String[] CHARTTYPENAME
static final int HTMLCENTER
static final int HTMLLEFT
static final int HTMLRIGHT
static final int HTMLHORIZONTAL
static final int HTMLVERTICAL