EspressChart
v 5.5

quadbase.util
Interface IChartTypeConstants

All Known Implementing Classes:
QbChart, QbChart

public interface IChartTypeConstants

This interface contains the constants denoted the various chart types, including single and combination charts.


Field Summary
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 GANTT
          2D Gantt chart
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
 

Field Detail

COL

public static final int COL
Column chart

BAR

public static final int BAR
Bar chart

SCATTER

public static final int SCATTER
Scatter (or XY) chart

XYCHART

public static final int XYCHART
XY (or scatter) chart

LINE

public static final int LINE
Line chart

STACKCOL

public static final int STACKCOL
Stack column chart

STACKBAR

public static final int STACKBAR
Stack bar chart

PIE

public static final int PIE
Pie chart

AREA

public static final int AREA
Area chart

STACKAREA

public static final int STACKAREA
Stack area chart

HILOW

public static final int HILOW
High Low chart

HLCO

public static final int HLCO
HLCO (High Low Close Open) chart

PERCENTCOL

public static final int PERCENTCOL
100% Column Chart

SURFACE

public static final int SURFACE
3D Surface Chart

BUBBLE

public static final int BUBBLE
2D Bubble chart

OVERLAY

public static final int OVERLAY
2D Overlay chart

BOX

public static final int BOX
2D Box chart

RADAR

public static final int RADAR
2D Radar chart

DIAL

public static final int DIAL
2D Dial chart

GANTT

public static final int GANTT
2D Gantt chart

POLAR

public static final int POLAR
2D Polar chart

TOTALTYPE

public static final int TOTALTYPE
Number of different chart types, including both 2D and 3D

TOTALTYPE_2D

public static final int TOTALTYPE_2D
Total number of 2D chart types

TOTALTYPE_3D

public static final int TOTALTYPE_3D
Total number of 3D chart types

COMBO_LINE

public static final int COMBO_LINE
Combo line chart

COMBO_STACKAREA

public static final int COMBO_STACKAREA
Combo stack area chart, valid for 2D Stack column chart only

COMBO_COL

public static final int COMBO_COL
Combo column chart for HLCO and hi-low chart only

COMBO_OVERLAY

public static final int COMBO_OVERLAY
Combo column chart for no-series chart only

COMBOTYPENAME

public static final java.lang.String[] COMBOTYPENAME
List of combo type names

CHARTTYPENAME

public static final java.lang.String[] CHARTTYPENAME
List of chart type names

HTMLCENTER

public static final int HTMLCENTER

HTMLLEFT

public static final int HTMLLEFT

HTMLRIGHT

public static final int HTMLRIGHT

HTMLHORIZONTAL

public static final int HTMLHORIZONTAL

HTMLVERTICAL

public static final int HTMLVERTICAL

EspressChart
v 5.5