Version

ChartType Enumeration

Constants which identify the chart's type, i.e., area chart, bar chart, pie chart, etc.
Syntax
'Declaration
 
Public Enum ChartType 
   Inherits System.Enum
public enum ChartType : System.Enum 
Members
MemberDescription
AreaArea
Area3D3D Area.
Area3DStacked3D Stacked Area.
Area3DStacked100100% Stacked Area.
AreaStackedStacked Area.
AreaStacked100100% Stacked Area.
Bar3DClustered3D Clustered Bar.
Bar3DStacked3D Stacked Bar.
Bar3DStacked1003D 100% Stacked Bar.
BarClusteredClustered Bar.
BarOfPieBar of Pie.
BarStackedStacked Bar.
BarStacked100100% Stacked Bar.
BoxAndWhiskerBox and whisker (Office2016 or later)
BubbleBubble.
Bubble3DEffectBubble with 3D effects.
Column3D3D Column.
Column3DClustered3D Clustered Column.
Column3DStacked3D Stacked Column.
Column3DStacked1003D 100% Stacked Column.
ColumnClusteredClustered Column.
ColumnStackedStacked Column.
ColumnStacked100100% Stacked Column.
ComboCombination of different chart types.
ConeBarClusteredClustered Cone Bar.
ConeBarStackedStacked Cone Bar.
ConeBarStacked100100% Stacked Cone Bar.
ConeCol3D Cone Column.
ConeColClusteredClustered Cone Column.
ConeColStackedStacked Cone Column.
ConeColStacked100100% Stacked Cone Column.
CylinderBarClusteredClustered Cylinder Bar.
CylinderBarStackedStacked Cylinder Bar.
CylinderBarStacked100100% Stacked Cylinder Bar.
CylinderCol3D Cylinder Column.
CylinderColClusteredClustered Cone Column.
CylinderColStackedStacked Cone Column.
CylinderColStacked100100% Stacked Cylinder Column.
DoughnutDoughnut.
DoughnutExplodedExploded Doughnut.
FunnelFunnel (Office365 only)
HistogramHistogram chart (Office2016 or later)
LineLine.
Line3D3D Line.
LineMarkersLine with Markers.
LineMarkersStackedStacked Line with Markers.
LineMarkersStacked100100% Stacked Line with Markers.
LineStackedStacked Line.
LineStacked100100% Stacked Line.
ParetoPareto chart with bars and lines (Office2016 or later)
PiePie.
Pie3D3D Pie.
Pie3DExplodedExploded 3D Pie.
PieExplodedExploded Pie.
PieOfPiePie of Pie.
PyramidBarClusteredClustered Pyramid Bar.
PyramidBarStackedStacked Pyramid Bar.
PyramidBarStacked100100% Stacked Pyramid Bar.
PyramidCol3D Pyramid Column.
PyramidColClusteredClustered Pyramid Column.
PyramidColStackedStacked Pyramid Column.
PyramidColStacked100100% Stacked Pyramid Column.
RadarRadar.
RadarFilledFilled Radar.
RadarMarkersRadar with Data Markers.
RegionMapRegion map (geographic) chart (Office365 only)
StockHLCHigh-Low-Close.
StockOHLCOpen-High-Low-Close.
StockVHLCVolume-High-Low-Close.
StockVOHLCVolume-Open-High-Low-Close.
SunburstSunburst chart (Office2016 or later)
SurfaceSurface (a.k.a. Contour).
SurfaceTopView3D Surface (Top View).
SurfaceTopViewWireframe3D Surface (Top View wireframe).
SurfaceWireframeSurface (a.k.a. Contour - wireframe).
TreemapTree map chart (Office2016 or later)
WaterfallWaterfall chart (Office2016 or later)
XYScatterScatter.
XYScatterLinesScatter with Lines.
XYScatterLinesNoMarkersScatter with Lines and No Data Markers.
XYScatterSmoothScatter with Smoothed Lines.
XYScatterSmoothNoMarkersScatter with Smoothed Lines and No Data Markers.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also