ChartType enumeration

ChartType enumeration

Enumerates all chart types used in Excel.

The ChartType type exposes the following members:

Fields

FieldDescription
AREARepresents Area Chart.
AREA_STACKEDRepresents Stacked Area Chart.
AREA_100_PERCENT_STACKEDRepresents 100% Stacked Area Chart.
AREA_3DRepresents 3D Area Chart.
AREA_3D_STACKEDRepresents 3D Stacked Area Chart.
AREA_3D100_PERCENT_STACKEDRepresents 3D 100% Stacked Area Chart.
BARRepresents Bar Chart: Clustered Bar Chart.
BAR_STACKEDRepresents Stacked Bar Chart.
BAR_100_PERCENT_STACKEDRepresents 100% Stacked Bar Chart.
BAR_3D_CLUSTEREDRepresents 3D Clustered Bar Chart.
BAR_3D_STACKEDRepresents 3D Stacked Bar Chart.
BAR_3D100_PERCENT_STACKEDRepresents 3D 100% Stacked Bar Chart.
BUBBLERepresents Bubble Chart.
BUBBLE_3DRepresents 3D Bubble Chart.
COLUMNRepresents Column Chart: Clustered Column Chart.
COLUMN_STACKEDRepresents Stacked Column Chart.
COLUMN_100_PERCENT_STACKEDRepresents 100% Stacked Column Chart.
COLUMN_3DRepresents 3D Column Chart.
COLUMN_3D_CLUSTEREDRepresents 3D Clustered Column Chart.
COLUMN_3D_STACKEDRepresents 3D Stacked Column Chart.
COLUMN_3D100_PERCENT_STACKEDRepresents 3D 100% Stacked Column Chart.
CONERepresents Cone Chart.
CONE_STACKEDRepresents Stacked Cone Chart.
CONE_100_PERCENT_STACKEDRepresents 100% Stacked Cone Chart.
CONICAL_BARRepresents Conical Bar Chart.
CONICAL_BAR_STACKEDRepresents Stacked Conical Bar Chart.
CONICAL_BAR_100_PERCENT_STACKEDRepresents 100% Stacked Conical Bar Chart.
CONICAL_COLUMN_3DRepresents 3D Conical Column Chart.
CYLINDERRepresents Cylinder Chart.
CYLINDER_STACKEDRepresents Stacked Cylinder Chart.
CYLINDER_100_PERCENT_STACKEDRepresents 100% Stacked Cylinder Chart.
CYLINDRICAL_BARRepresents Cylindrical Bar Chart.
CYLINDRICAL_BAR_STACKEDRepresents Stacked Cylindrical Bar Chart.
CYLINDRICAL_BAR_100_PERCENT_STACKEDRepresents 100% Stacked Cylindrical Bar Chart.
CYLINDRICAL_COLUMN_3DRepresents 3D Cylindrical Column Chart.
DOUGHNUTRepresents Doughnut Chart.
DOUGHNUT_EXPLODEDRepresents Exploded Doughnut Chart.
LINERepresents Line Chart.
LINE_STACKEDRepresents Stacked Line Chart.
LINE_100_PERCENT_STACKEDRepresents 100% Stacked Line Chart.
LINE_WITH_DATA_MARKERSRepresents Line Chart with data markers.
LINE_STACKED_WITH_DATA_MARKERSRepresents Stacked Line Chart with data markers.
LINE_100_PERCENT_STACKED_WITH_DATA_MARKERSRepresents 100% Stacked Line Chart with data markers.
LINE_3DRepresents 3D Line Chart.
PIERepresents Pie Chart.
PIE_3DRepresents 3D Pie Chart.
PIE_PIERepresents Pie of Pie Chart.
PIE_EXPLODEDRepresents Exploded Pie Chart.
PIE_3D_EXPLODEDRepresents 3D Exploded Pie Chart.
PIE_BARRepresents Bar of Pie Chart.
PYRAMIDRepresents Pyramid Chart.
PYRAMID_STACKEDRepresents Stacked Pyramid Chart.
PYRAMID_100_PERCENT_STACKEDRepresents 100% Stacked Pyramid Chart.
PYRAMID_BARRepresents Pyramid Bar Chart.
PYRAMID_BAR_STACKEDRepresents Stacked Pyramid Bar Chart.
PYRAMID_BAR_100_PERCENT_STACKEDRepresents 100% Stacked Pyramid Bar Chart.
PYRAMID_COLUMN_3DRepresents 3D Pyramid Column Chart.
RADARRepresents Radar Chart.
RADAR_WITH_DATA_MARKERSRepresents Radar Chart with data markers.
RADAR_FILLEDRepresents Filled Radar Chart.
SCATTERRepresents Scatter Chart.
SCATTER_CONNECTED_BY_CURVES_WITH_DATA_MARKERRepresents Scatter Chart connected by curves, with data markers.
SCATTER_CONNECTED_BY_CURVES_WITHOUT_DATA_MARKERRepresents Scatter Chart connected by curves, without data markers.
SCATTER_CONNECTED_BY_LINES_WITH_DATA_MARKERRepresents Scatter Chart connected by lines, with data markers.
SCATTER_CONNECTED_BY_LINES_WITHOUT_DATA_MARKERRepresents Scatter Chart connected by lines, without data markers.
STOCK_HIGH_LOW_CLOSERepresents High-Low-Close Stock Chart.
STOCK_OPEN_HIGH_LOW_CLOSERepresents Open-High-Low-Close Stock Chart.
STOCK_VOLUME_HIGH_LOW_CLOSERepresents Volume-High-Low-Close Stock Chart.
STOCK_VOLUME_OPEN_HIGH_LOW_CLOSERepresents Volume-Open-High-Low-Close Stock Chart.
SURFACE_3DRepresents Surface Chart: 3D Surface Chart.
SURFACE_WIREFRAME_3DRepresents Wireframe 3D Surface Chart.
SURFACE_CONTOURRepresents Contour Chart.
SURFACE_CONTOUR_WIREFRAMERepresents Wireframe Contour Chart.
BOX_WHISKERThe series is laid out as box and whisker.
FUNNELThe series is laid out as a funnel.
PARETO_LINEThe series is laid out as pareto lines.
SUNBURSTThe series is laid out as a sunburst.
TREEMAPThe series is laid out as a treemap.
WATERFALLThe series is laid out as a waterfall.
HISTOGRAMThe series is laid out as a histogram.
MAPThe series is laid out as a region map.
RADIAL_HISTOGRAMThe series is laid out as a radial historgram. It is used only for rendering

See Also