ChartType
Inheritance: java.lang.Object
public final class ChartType
Enumerates all chart types used in Excel.
Fields
Field | Description |
---|---|
AREA | Represents Area Chart. |
AREA_100_PERCENT_STACKED | Represents 100% Stacked Area Chart. |
AREA_3_D | Represents 3D Area Chart. |
AREA_3_D_100_PERCENT_STACKED | Represents 3D 100% Stacked Area Chart. |
AREA_3_D_STACKED | Represents 3D Stacked Area Chart. |
AREA_STACKED | Represents Stacked Area Chart. |
BAR | Represents Bar Chart: Clustered Bar Chart. |
BAR_100_PERCENT_STACKED | Represents 100% Stacked Bar Chart. |
BAR_3_D_100_PERCENT_STACKED | Represents 3D 100% Stacked Bar Chart. |
BAR_3_D_CLUSTERED | Represents 3D Clustered Bar Chart. |
BAR_3_D_STACKED | Represents 3D Stacked Bar Chart. |
BAR_STACKED | Represents Stacked Bar Chart. |
BOX_WHISKER | The series is laid out as box and whisker. |
BUBBLE | Represents Bubble Chart. |
BUBBLE_3_D | Represents 3D Bubble Chart. |
COLUMN | Represents Column Chart: Clustered Column Chart. |
COLUMN_100_PERCENT_STACKED | Represents 100% Stacked Column Chart. |
COLUMN_3_D | Represents 3D Column Chart. |
COLUMN_3_D_100_PERCENT_STACKED | Represents 3D 100% Stacked Column Chart. |
COLUMN_3_D_CLUSTERED | Represents 3D Clustered Column Chart. |
COLUMN_3_D_STACKED | Represents 3D Stacked Column Chart. |
COLUMN_STACKED | Represents Stacked Column Chart. |
CONE | Represents Cone Chart. |
CONE_100_PERCENT_STACKED | Represents 100% Stacked Cone Chart. |
CONE_STACKED | Represents Stacked Cone Chart. |
CONICAL_BAR | Represents Conical Bar Chart. |
CONICAL_BAR_100_PERCENT_STACKED | Represents 100% Stacked Conical Bar Chart. |
CONICAL_BAR_STACKED | Represents Stacked Conical Bar Chart. |
CONICAL_COLUMN_3_D | Represents 3D Conical Column Chart. |
CYLINDER | Represents Cylinder Chart. |
CYLINDER_100_PERCENT_STACKED | Represents 100% Stacked Cylinder Chart. |
CYLINDER_STACKED | Represents Stacked Cylinder Chart. |
CYLINDRICAL_BAR | Represents Cylindrical Bar Chart. |
CYLINDRICAL_BAR_100_PERCENT_STACKED | Represents 100% Stacked Cylindrical Bar Chart. |
CYLINDRICAL_BAR_STACKED | Represents Stacked Cylindrical Bar Chart. |
CYLINDRICAL_COLUMN_3_D | Represents 3D Cylindrical Column Chart. |
DOUGHNUT | Represents Doughnut Chart. |
DOUGHNUT_EXPLODED | Represents Exploded Doughnut Chart. |
FUNNEL | The series is laid out as a funnel. |
HISTOGRAM | The series is laid out as a histogram. |
LINE | Represents Line Chart. |
LINE_100_PERCENT_STACKED | Represents 100% Stacked Line Chart. |
LINE_100_PERCENT_STACKED_WITH_DATA_MARKERS | Represents 100% Stacked Line Chart with data markers. |
LINE_3_D | Represents 3D Line Chart. |
LINE_STACKED | Represents Stacked Line Chart. |
LINE_STACKED_WITH_DATA_MARKERS | Represents Stacked Line Chart with data markers. |
LINE_WITH_DATA_MARKERS | Represents Line Chart with data markers. |
MAP | The series is laid out as a region map. |
PARETO_LINE | The series is laid out as pareto lines. |
PIE | Represents Pie Chart. |
PIE_3_D | Represents 3D Pie Chart. |
PIE_3_D_EXPLODED | Represents 3D Exploded Pie Chart. |
PIE_BAR | Represents Bar of Pie Chart. |
PIE_EXPLODED | Represents Exploded Pie Chart. |
PIE_PIE | Represents Pie of Pie Chart. |
PYRAMID | Represents Pyramid Chart. |
PYRAMID_100_PERCENT_STACKED | Represents 100% Stacked Pyramid Chart. |
PYRAMID_BAR | Represents Pyramid Bar Chart. |
PYRAMID_BAR_100_PERCENT_STACKED | Represents 100% Stacked Pyramid Bar Chart. |
PYRAMID_BAR_STACKED | Represents Stacked Pyramid Bar Chart. |
PYRAMID_COLUMN_3_D | Represents 3D Pyramid Column Chart. |
PYRAMID_STACKED | Represents Stacked Pyramid Chart. |
RADAR | Represents Radar Chart. |
RADAR_FILLED | Represents Filled Radar Chart. |
RADAR_WITH_DATA_MARKERS | Represents Radar Chart with data markers. |
RADIAL_HISTOGRAM | The series is laid out as a radial historgram. |
SCATTER | Represents Scatter Chart. |
SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKER | Represents Scatter Chart connected by curves, without data markers. |
SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKER | Represents Scatter Chart connected by curves, with data markers. |
SCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKER | Represents Scatter Chart connected by lines, without data markers. |
SCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKER | Represents Scatter Chart connected by lines, with data markers. |
STOCK_HIGH_LOW_CLOSE | Represents High-Low-Close Stock Chart. |
STOCK_OPEN_HIGH_LOW_CLOSE | Represents Open-High-Low-Close Stock Chart. |
STOCK_VOLUME_HIGH_LOW_CLOSE | Represents Volume-High-Low-Close Stock Chart. |
STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE | Represents Volume-Open-High-Low-Close Stock Chart. |
SUNBURST | The series is laid out as a sunburst. |
SURFACE_3_D | Represents Surface Chart: 3D Surface Chart. |
SURFACE_CONTOUR | Represents Contour Chart. |
SURFACE_CONTOUR_WIREFRAME | Represents Wireframe Contour Chart. |
SURFACE_WIREFRAME_3_D | Represents Wireframe 3D Surface Chart. |
TREEMAP | The series is laid out as a treemap. |
WATERFALL | The series is laid out as a waterfall. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AREA
public static final int AREA
Represents Area Chart.
AREA_100_PERCENT_STACKED
public static final int AREA_100_PERCENT_STACKED
Represents 100% Stacked Area Chart.
AREA_3_D
public static final int AREA_3_D
Represents 3D Area Chart.
AREA_3_D_100_PERCENT_STACKED
public static final int AREA_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Area Chart.
AREA_3_D_STACKED
public static final int AREA_3_D_STACKED
Represents 3D Stacked Area Chart.
AREA_STACKED
public static final int AREA_STACKED
Represents Stacked Area Chart.
BAR
public static final int BAR
Represents Bar Chart: Clustered Bar Chart.
BAR_100_PERCENT_STACKED
public static final int BAR_100_PERCENT_STACKED
Represents 100% Stacked Bar Chart.
BAR_3_D_100_PERCENT_STACKED
public static final int BAR_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Bar Chart.
BAR_3_D_CLUSTERED
public static final int BAR_3_D_CLUSTERED
Represents 3D Clustered Bar Chart.
BAR_3_D_STACKED
public static final int BAR_3_D_STACKED
Represents 3D Stacked Bar Chart.
BAR_STACKED
public static final int BAR_STACKED
Represents Stacked Bar Chart.
BOX_WHISKER
public static final int BOX_WHISKER
The series is laid out as box and whisker.
BUBBLE
public static final int BUBBLE
Represents Bubble Chart.
BUBBLE_3_D
public static final int BUBBLE_3_D
Represents 3D Bubble Chart.
COLUMN
public static final int COLUMN
Represents Column Chart: Clustered Column Chart.
COLUMN_100_PERCENT_STACKED
public static final int COLUMN_100_PERCENT_STACKED
Represents 100% Stacked Column Chart.
COLUMN_3_D
public static final int COLUMN_3_D
Represents 3D Column Chart.
COLUMN_3_D_100_PERCENT_STACKED
public static final int COLUMN_3_D_100_PERCENT_STACKED
Represents 3D 100% Stacked Column Chart.
COLUMN_3_D_CLUSTERED
public static final int COLUMN_3_D_CLUSTERED
Represents 3D Clustered Column Chart.
COLUMN_3_D_STACKED
public static final int COLUMN_3_D_STACKED
Represents 3D Stacked Column Chart.
COLUMN_STACKED
public static final int COLUMN_STACKED
Represents Stacked Column Chart.
CONE
public static final int CONE
Represents Cone Chart.
CONE_100_PERCENT_STACKED
public static final int CONE_100_PERCENT_STACKED
Represents 100% Stacked Cone Chart.
CONE_STACKED
public static final int CONE_STACKED
Represents Stacked Cone Chart.
CONICAL_BAR
public static final int CONICAL_BAR
Represents Conical Bar Chart.
CONICAL_BAR_100_PERCENT_STACKED
public static final int CONICAL_BAR_100_PERCENT_STACKED
Represents 100% Stacked Conical Bar Chart.
CONICAL_BAR_STACKED
public static final int CONICAL_BAR_STACKED
Represents Stacked Conical Bar Chart.
CONICAL_COLUMN_3_D
public static final int CONICAL_COLUMN_3_D
Represents 3D Conical Column Chart.
CYLINDER
public static final int CYLINDER
Represents Cylinder Chart.
CYLINDER_100_PERCENT_STACKED
public static final int CYLINDER_100_PERCENT_STACKED
Represents 100% Stacked Cylinder Chart.
CYLINDER_STACKED
public static final int CYLINDER_STACKED
Represents Stacked Cylinder Chart.
CYLINDRICAL_BAR
public static final int CYLINDRICAL_BAR
Represents Cylindrical Bar Chart.
CYLINDRICAL_BAR_100_PERCENT_STACKED
public static final int CYLINDRICAL_BAR_100_PERCENT_STACKED
Represents 100% Stacked Cylindrical Bar Chart.
CYLINDRICAL_BAR_STACKED
public static final int CYLINDRICAL_BAR_STACKED
Represents Stacked Cylindrical Bar Chart.
CYLINDRICAL_COLUMN_3_D
public static final int CYLINDRICAL_COLUMN_3_D
Represents 3D Cylindrical Column Chart.
DOUGHNUT
public static final int DOUGHNUT
Represents Doughnut Chart.
DOUGHNUT_EXPLODED
public static final int DOUGHNUT_EXPLODED
Represents Exploded Doughnut Chart.
FUNNEL
public static final int FUNNEL
The series is laid out as a funnel.
HISTOGRAM
public static final int HISTOGRAM
The series is laid out as a histogram.
LINE
public static final int LINE
Represents Line Chart.
LINE_100_PERCENT_STACKED
public static final int LINE_100_PERCENT_STACKED
Represents 100% Stacked Line Chart.
LINE_100_PERCENT_STACKED_WITH_DATA_MARKERS
public static final int LINE_100_PERCENT_STACKED_WITH_DATA_MARKERS
Represents 100% Stacked Line Chart with data markers.
LINE_3_D
public static final int LINE_3_D
Represents 3D Line Chart.
LINE_STACKED
public static final int LINE_STACKED
Represents Stacked Line Chart.
LINE_STACKED_WITH_DATA_MARKERS
public static final int LINE_STACKED_WITH_DATA_MARKERS
Represents Stacked Line Chart with data markers.
LINE_WITH_DATA_MARKERS
public static final int LINE_WITH_DATA_MARKERS
Represents Line Chart with data markers.
MAP
public static final int MAP
The series is laid out as a region map.
PARETO_LINE
public static final int PARETO_LINE
The series is laid out as pareto lines.
PIE
public static final int PIE
Represents Pie Chart.
PIE_3_D
public static final int PIE_3_D
Represents 3D Pie Chart.
PIE_3_D_EXPLODED
public static final int PIE_3_D_EXPLODED
Represents 3D Exploded Pie Chart.
PIE_BAR
public static final int PIE_BAR
Represents Bar of Pie Chart.
PIE_EXPLODED
public static final int PIE_EXPLODED
Represents Exploded Pie Chart.
PIE_PIE
public static final int PIE_PIE
Represents Pie of Pie Chart.
PYRAMID
public static final int PYRAMID
Represents Pyramid Chart.
PYRAMID_100_PERCENT_STACKED
public static final int PYRAMID_100_PERCENT_STACKED
Represents 100% Stacked Pyramid Chart.
PYRAMID_BAR
public static final int PYRAMID_BAR
Represents Pyramid Bar Chart.
PYRAMID_BAR_100_PERCENT_STACKED
public static final int PYRAMID_BAR_100_PERCENT_STACKED
Represents 100% Stacked Pyramid Bar Chart.
PYRAMID_BAR_STACKED
public static final int PYRAMID_BAR_STACKED
Represents Stacked Pyramid Bar Chart.
PYRAMID_COLUMN_3_D
public static final int PYRAMID_COLUMN_3_D
Represents 3D Pyramid Column Chart.
PYRAMID_STACKED
public static final int PYRAMID_STACKED
Represents Stacked Pyramid Chart.
RADAR
public static final int RADAR
Represents Radar Chart.
RADAR_FILLED
public static final int RADAR_FILLED
Represents Filled Radar Chart.
RADAR_WITH_DATA_MARKERS
public static final int RADAR_WITH_DATA_MARKERS
Represents Radar Chart with data markers.
RADIAL_HISTOGRAM
public static final int RADIAL_HISTOGRAM
The series is laid out as a radial historgram. It is used only for rendering
SCATTER
public static final int SCATTER
Represents Scatter Chart.
SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKER
public static final int SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKER
Represents Scatter Chart connected by curves, without data markers.
SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKER
public static final int SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKER
Represents Scatter Chart connected by curves, with data markers.
SCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKER
public static final int SCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKER
Represents Scatter Chart connected by lines, without data markers.
SCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKER
public static final int SCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKER
Represents Scatter Chart connected by lines, with data markers.
STOCK_HIGH_LOW_CLOSE
public static final int STOCK_HIGH_LOW_CLOSE
Represents High-Low-Close Stock Chart.
STOCK_OPEN_HIGH_LOW_CLOSE
public static final int STOCK_OPEN_HIGH_LOW_CLOSE
Represents Open-High-Low-Close Stock Chart.
STOCK_VOLUME_HIGH_LOW_CLOSE
public static final int STOCK_VOLUME_HIGH_LOW_CLOSE
Represents Volume-High-Low-Close Stock Chart.
STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE
public static final int STOCK_VOLUME_OPEN_HIGH_LOW_CLOSE
Represents Volume-Open-High-Low-Close Stock Chart.
SUNBURST
public static final int SUNBURST
The series is laid out as a sunburst.
SURFACE_3_D
public static final int SURFACE_3_D
Represents Surface Chart: 3D Surface Chart.
SURFACE_CONTOUR
public static final int SURFACE_CONTOUR
Represents Contour Chart.
SURFACE_CONTOUR_WIREFRAME
public static final int SURFACE_CONTOUR_WIREFRAME
Represents Wireframe Contour Chart.
SURFACE_WIREFRAME_3_D
public static final int SURFACE_WIREFRAME_3_D
Represents Wireframe 3D Surface Chart.
TREEMAP
public static final int TREEMAP
The series is laid out as a treemap.
WATERFALL
public static final int WATERFALL
The series is laid out as a waterfall.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |