![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartType
Enumerates all chart types used in Workbook.
Field Summary | |
---|---|
static int |
AREA
Represents Area Chart. |
static int |
AREA_100PERCENT_STACKED
Represents 100% Stacked Area Chart. |
static int |
AREA_3D
Represents 3D Area Chart. |
static int |
AREA_3D_100PERCENT_STACKED
Represents 3D 100% Stacked Area Chart. |
static int |
AREA_3D_STACKED
Represents 3D Stacked Area Chart. |
static int |
AREA_STACKED
Represents Stacked Area Chart. |
static int |
BAR_100PERCENT_STACKED
Represents 100% Stacked Bar Chart. |
static int |
BAR_3D_100PERCENT_STACKED
Represents 3D 100% Stacked Bar Chart. |
static int |
BAR_3D_CLUSTERED
Represents 3D Colustered Bar Chart. |
static int |
BAR_3D_STACKED
Represents 3D Stacked Bar Chart. |
static int |
BAR_CLUSTERED
Represents Clustered Bar Chart. |
static int |
BAR_STACKED
Represents Stacked Bar Chart. |
static int |
BUBBLE
Represents Bubble Chart. |
static int |
BUBBLE_3D
Represents 3D Bubble Chart. |
static int |
COLUMN_100PERCENT_STACKED
Represents 100% Stacked Column Chart. |
static int |
COLUMN_3D
Represents 3D Column Chart. |
static int |
COLUMN_3D_100PERCENT_STACKED
Represents 3D 100% Stacked Column Chart. |
static int |
COLUMN_3D_CLUSTERED
Represents 3D Colustered Column Chart. |
static int |
COLUMN_3D_STACKED
Represents 3D Stacked Column Chart. |
static int |
COLUMN_CLUSTERED
Represents Clustered Column Chart. |
static int |
COLUMN_STACKED
Represents Stacked Column Chart. |
static int |
CONE
Represents Cone Chart. |
static int |
CONE_100PERCENT_STACKED
Represents 100% Stacked Cone Chart. |
static int |
CONE_STACKED
Represents Stacked Cone Chart. |
static int |
CONICAL_BAR
Represents Conical Bar Chart. |
static int |
CONICAL_BAR_100PERCENT_STACKED
Represents 100% Stacked Conical Bar Chart. |
static int |
CONICAL_BAR_STACKED
Represents Stacked Conical Bar Chart. |
static int |
CONICAL_COLUMN_3D
Represents 3D Conical Column Chart. |
static int |
CYLINDER
Represents Cylinder Chart. |
static int |
CYLINDER_100PERCENT_STACKED
Represents 100% Stacked Cylinder Chart. |
static int |
CYLINDER_STACKED
Represents Stacked Cylinder Chart. |
static int |
CYLINDERICAL_BAR
Represents Cylinderical Bar Chart. |
static int |
CYLINDERICAL_BAR_100PERCENT_STACKED
Represents 100% Stacked Cylinderical Bar Chart. |
static int |
CYLINDERICAL_BAR_STACKED
Represents Stacked Cylinderical Bar Chart. |
static int |
CYLINDERICAL_COLUMN_3D
Represents 3D Cylinderical Column Chart. |
static int |
DOUGHNUT
Represents Doughnut Chart. |
static int |
DOUGHNUT_EXPLODED
Represents Exploded Doughnut Chart. |
static int |
LINE
Represents Line Chart. |
static int |
LINE_100PERCENT_STACKED
Represents 100% Stacked Line Chart. |
static int |
LINE_100PERCENT_STACKED_DATA_MARKERS
Represents 100% Stacked Line Chart with data markers. |
static int |
LINE_3D
Represents 3D Line Chart. |
static int |
LINE_STACKED
Represents Stacked Line Chart. |
static int |
LINE_STACKED_DATA_MARKERS
Represents Stacked Line Chart with data markers. |
static int |
LINE_WITH_DATA_MARKERS
Represents Line Chart with data markers. |
static int |
PIE
Represents Pie Chart. |
static int |
PIE_3D
Represents 3D Pie Chart. |
static int |
PIE_3D_EXPLODED
Represents 3D Exploded Pie Chart. |
static int |
PIE_BAR
Represents Bar of Pie Chart. |
static int |
PIE_EXPLODED
Represents Exploded Pie Chart. |
static int |
PIE_PIE
Represents Pie of Pie Chart. |
static int |
PYRAMID
Represents Pyramid Chart. |
static int |
PYRAMID_100PERCENT_STACKED
Represents 100% Stacked Pyramid Chart. |
static int |
PYRAMID_BAR
Represents Pyramid Bar Chart. |
static int |
PYRAMID_BAR_100PERCENT_STACKED
Represents 100% Stacked Pyramid Bar Chart. |
static int |
PYRAMID_BAR_STACKED
Represents Stacked Pyramid Bar Chart. |
static int |
PYRAMID_COLUMN_3D
Represents 3D Pyramid Column Chart. |
static int |
PYRAMID_STACKED
Represents Stacked Pyramid Chart. |
static int |
RADAR
Represents Radar Chart. |
static int |
RADAR_FILLED
Represents Filled Radar Chart. |
static int |
RADAR_WITH_DATA_MARKERS
Represents Radar Chart with data markers. |
static int |
SCATTER
Represents Scatter Chart. |
static int |
SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKE
Represents Scatter Chart connected by curves, with data markers. |
static int |
SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKE
Represents Scatter Chart connected by curves, without data markers. |
static int |
SCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKE
Represents Scatter Chart connected by lines, with data markers. |
static int |
SCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKE
Represents Scatter Chart connected by lines, without data markers. |
static int |
STOCK_HIGH_LOW_CLOSE
Represents High-Low-Close Stock Chart. |
static int |
STOCK_OPEN_HIGH_LOW_CLOSE
Represents Open-High-Low-Close Stock Chart. |
static int |
STOCK_VOLUME_HIGH_LOW_CLOSE
Represents Volume-High-Low-Close Stock Chart. |
static int |
STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE
Represents Volume-Open-High-Low-Close Stock Chart. |
static int |
SURFACE_3D
Represents Surface Chart: 3D Surface Chart. |
static int |
SURFACE_CONTOUR
Represents Contour Chart. |
static int |
SURFACE_CONTOUR_WIREFRAME
Represents Wireframe Contour Chart. |
static int |
SURFACE_WIREFRAME_3D
Represents Wireframe 3D Surface Chart. |
Field Detail |
---|
static final int COLUMN_CLUSTERED
static final int COLUMN_STACKED
static final int COLUMN_100PERCENT_STACKED
static final int COLUMN_3D_CLUSTERED
static final int COLUMN_3D_STACKED
static final int COLUMN_3D_100PERCENT_STACKED
static final int COLUMN_3D
static final int BAR_CLUSTERED
static final int BAR_STACKED
static final int BAR_100PERCENT_STACKED
static final int BAR_3D_CLUSTERED
static final int BAR_3D_STACKED
static final int BAR_3D_100PERCENT_STACKED
static final int LINE
static final int LINE_STACKED
static final int LINE_100PERCENT_STACKED
static final int LINE_WITH_DATA_MARKERS
static final int LINE_STACKED_DATA_MARKERS
static final int LINE_100PERCENT_STACKED_DATA_MARKERS
static final int LINE_3D
static final int PIE
static final int PIE_3D
static final int PIE_PIE
static final int PIE_BAR
static final int PIE_EXPLODED
static final int PIE_3D_EXPLODED
static final int AREA
static final int AREA_STACKED
static final int AREA_100PERCENT_STACKED
static final int AREA_3D
static final int AREA_3D_STACKED
static final int AREA_3D_100PERCENT_STACKED
static final int SCATTER
static final int SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKE
static final int SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKE
static final int SCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKE
static final int SCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKE
static final int BUBBLE
static final int BUBBLE_3D
static final int STOCK_HIGH_LOW_CLOSE
static final int STOCK_OPEN_HIGH_LOW_CLOSE
static final int STOCK_VOLUME_HIGH_LOW_CLOSE
static final int STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE
static final int DOUGHNUT
static final int DOUGHNUT_EXPLODED
static final int CYLINDER
static final int CYLINDER_STACKED
static final int CYLINDER_100PERCENT_STACKED
static final int CYLINDERICAL_BAR
static final int CYLINDERICAL_BAR_STACKED
static final int CYLINDERICAL_BAR_100PERCENT_STACKED
static final int CYLINDERICAL_COLUMN_3D
static final int CONE
static final int CONE_STACKED
static final int CONE_100PERCENT_STACKED
static final int CONICAL_BAR
static final int CONICAL_BAR_STACKED
static final int CONICAL_BAR_100PERCENT_STACKED
static final int CONICAL_COLUMN_3D
static final int PYRAMID
static final int PYRAMID_STACKED
static final int PYRAMID_100PERCENT_STACKED
static final int PYRAMID_BAR
static final int PYRAMID_BAR_STACKED
static final int PYRAMID_BAR_100PERCENT_STACKED
static final int PYRAMID_COLUMN_3D
static final int RADAR
static final int RADAR_WITH_DATA_MARKERS
static final int RADAR_FILLED
static final int SURFACE_3D
static final int SURFACE_WIREFRAME_3D
static final int SURFACE_CONTOUR
static final int SURFACE_CONTOUR_WIREFRAME
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |