Enum eChartType
Chart type
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eChartType
  Fields
| Name | Description | 
|---|---|
| Area | An area chart  | 
      
| Area3D | An 3D area chart  | 
      
| AreaStacked | A stacked area chart  | 
      
| AreaStacked100 | A 100% stacked area chart  | 
      
| AreaStacked1003D | A 100% stacked 3D area chart  | 
      
| AreaStacked3D | A stacked area 3D chart  | 
      
| BarClustered | A clustered bar chart  | 
      
| BarClustered3D | A clustered 3D bar chart  | 
      
| BarOfPie | A bar of pie chart  | 
      
| BarStacked | A stacked bar chart  | 
      
| BarStacked100 | A 100% stacked bar chart  | 
      
| BarStacked1003D | A 100% stacked 3D bar chart  | 
      
| BarStacked3D | A stacked 3D bar chart  | 
      
| BoxWhisker | A box & whisker chart  | 
      
| Bubble | A bubble chart  | 
      
| Bubble3DEffect | A 3D bubble chart  | 
      
| Column3D | A 3D column chart  | 
      
| ColumnClustered | A clustered column chart  | 
      
| ColumnClustered3D | A clustered 3D column chart  | 
      
| ColumnStacked | A stacked column chart  | 
      
| ColumnStacked100 | A 100% stacked column chart  | 
      
| ColumnStacked1003D | A 100% stacked 3D column chart  | 
      
| ColumnStacked3D | A stacked 3D column chart  | 
      
| ConeBarClustered | A clustered cone bar chart  | 
      
| ConeBarStacked | A stacked cone bar chart  | 
      
| ConeBarStacked100 | A 100% stacked cone bar chart  | 
      
| ConeCol | A cone column chart  | 
      
| ConeColClustered | A clustered cone column chart  | 
      
| ConeColStacked | A stacked cone column chart  | 
      
| ConeColStacked100 | A 100% stacked cone column chart  | 
      
| CylinderBarClustered | A clustered cylinder bar chart  | 
      
| CylinderBarStacked | A stacked cylinder bar chart  | 
      
| CylinderBarStacked100 | A 100% stacked cylinder bar chart  | 
      
| CylinderCol | A cylinder column chart  | 
      
| CylinderColClustered | A clustered cylinder column chart  | 
      
| CylinderColStacked | A stacked cylinder column chart  | 
      
| CylinderColStacked100 | A 100% stacked cylinder column chart  | 
      
| Doughnut | A doughnut chart  | 
      
| DoughnutExploded | An exploded doughnut chart  | 
      
| Funnel | A funnel chart  | 
      
| Histogram | A histogram chart  | 
      
| Line | A line chart  | 
      
| Line3D | A 3D line chart  | 
      
| LineMarkers | A line chart with markers  | 
      
| LineMarkersStacked | A stacked line chart with markers  | 
      
| LineMarkersStacked100 | A 100% stacked line chart with markers  | 
      
| LineStacked | A stacked line chart  | 
      
| LineStacked100 | A 100% stacked line chart  | 
      
| Pareto | A histogram chart with a pareto line  | 
      
| Pie | A pie chart  | 
      
| Pie3D | A 3D pie chart  | 
      
| PieExploded | An exploded pie chart  | 
      
| PieExploded3D | A exploded 3D pie chart  | 
      
| PieOfPie | A pie of pie chart  | 
      
| PyramidBarClustered | A clustered pyramid bar chart  | 
      
| PyramidBarStacked | A stacked pyramid bar chart  | 
      
| PyramidBarStacked100 | A 100% stacked pyramid bar chart  | 
      
| PyramidCol | A stacked pyramid column chart  | 
      
| PyramidColClustered | A clustered pyramid column chart  | 
      
| PyramidColStacked | A stacked pyramid column chart  | 
      
| PyramidColStacked100 | A 100% stacked pyramid column chart  | 
      
| Radar | A radar chart  | 
      
| RadarFilled | A filled radar chart  | 
      
| RadarMarkers | A radar chart with markers  | 
      
| RegionMap | A region map chart  | 
      
| StockHLC | Stock chart with a High, Low and Close serie  | 
      
| StockOHLC | Stock chart with an Open, High, Low and Close serie  | 
      
| StockVHLC | Stock chart with an Volume, High, Low and Close serie  | 
      
| StockVOHLC | Stock chart with an Volume, Open, High, Low and Close serie  | 
      
| Sunburst | A sunburst chart  | 
      
| Surface | A surface chart  | 
      
| SurfaceTopView | A surface chart, top view  | 
      
| SurfaceTopViewWireframe | A surface chart, top view and wireframe  | 
      
| SurfaceWireframe | A surface chart, wireframe  | 
      
| Treemap | A treemap chart  | 
      
| Waterfall | A waterfall chart  | 
      
| XYScatter | A XY scatter chart  | 
      
| XYScatterLines | A scatter line chart with markers  | 
      
| XYScatterLinesNoMarkers | A scatter line chart with no markers  | 
      
| XYScatterSmooth | A scatter line chart with markers and smooth lines  | 
      
| XYScatterSmoothNoMarkers | A scatter line chart with no markers and smooth lines  |