XlChartType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the chart type.
public enum class XlChartType
public enum XlChartType
Public Enum XlChartType
- Inheritance
-
XlChartType
Fields
Name | Value | Description |
---|---|---|
xlXYScatter | -4169 | Scatter |
xlRadar | -4151 | Radar |
xlDoughnut | -4120 | Doughnut |
xl3DPie | -4102 | 3D Pie |
xl3DLine | -4101 | 3D Line |
xl3DColumn | -4100 | 3D Column |
xl3DArea | -4098 | 3D Area |
xlArea | 1 | Area |
xlLine | 4 | Line |
xlPie | 5 | Pie |
xlBubble | 15 | Bubble |
xlColumnClustered | 51 | Clustered Column |
xlColumnStacked | 52 | Stacked Column |
xlColumnStacked100 | 53 | 100% Stacked Column |
xl3DColumnClustered | 54 | 3D Clustered Column |
xl3DColumnStacked | 55 | 3D Stacked Column |
xl3DColumnStacked100 | 56 | 3D 100% Stacked Column |
xlBarClustered | 57 | Clustered Bar |
xlBarStacked | 58 | Stacked Bar |
xlBarStacked100 | 59 | 100% Stacked Bar |
xl3DBarClustered | 60 | 3D Clustered Bar |
xl3DBarStacked | 61 | 3D Stacked Bar |
xl3DBarStacked100 | 62 | 3D 100% Stacked Bar |
xlLineStacked | 63 | Stacked Line |
xlLineStacked100 | 64 | 100% Stacked Line |
xlLineMarkers | 65 | Line with Markers |
xlLineMarkersStacked | 66 | Stacked Line with Markers |
xlLineMarkersStacked100 | 67 | 100% Stacked Line with Markers |
xlPieOfPie | 68 | Pie of Pie |
xlPieExploded | 69 | Exploded Pie |
xl3DPieExploded | 70 | Exploded 3D Pie |
xlBarOfPie | 71 | Bar of Pie |
xlXYScatterSmooth | 72 | Scatter with Smoothed Lines |
xlXYScatterSmoothNoMarkers | 73 | Scatter with Smoothed Lines and No Data Markers |
xlXYScatterLines | 74 | Scatter with Lines. |
xlXYScatterLinesNoMarkers | 75 | Scatter with Lines and No Data Markers |
xlAreaStacked | 76 | Stacked Area |
xlAreaStacked100 | 77 | 100% Stacked Area |
xl3DAreaStacked | 78 | 3D Stacked Area |
xl3DAreaStacked100 | 79 | 100% Stacked Area |
xlDoughnutExploded | 80 | Exploded Doughnut |
xlRadarMarkers | 81 | Radar with Data Markers |
xlRadarFilled | 82 | Filled Radar |
xlSurface | 83 | 3D Surface |
xlSurfaceWireframe | 84 | 3D Surface (wireframe) |
xlSurfaceTopView | 85 | Surface (Top View) |
xlSurfaceTopViewWireframe | 86 | Surface (Top View wireframe) |
xlBubble3DEffect | 87 | Bubble with 3D effects |
xlStockHLC | 88 | High-Low-Close |
xlStockOHLC | 89 | Open-High-Low-Close |
xlStockVHLC | 90 | Volume-High-Low-Close |
xlStockVOHLC | 91 | Volume-Open-High-Low-Close |
xlCylinderColClustered | 92 | Clustered Cone Column |
xlCylinderColStacked | 93 | Stacked Cone Column |
xlCylinderColStacked100 | 94 | 100% Stacked Cylinder Column |
xlCylinderBarClustered | 95 | Clustered Cylinder Bar |
xlCylinderBarStacked | 96 | Stacked Cylinder Bar |
xlCylinderBarStacked100 | 97 | 100% Stacked Cylinder Bar |
xlCylinderCol | 98 | 3D Cylinder Column |
xlConeColClustered | 99 | Clustered Cone Column |
xlConeColStacked | 100 | Stacked Cone Column |
xlConeColStacked100 | 101 | 100% Stacked Cone Column |
xlConeBarClustered | 102 | Clustered Cone Bar |
xlConeBarStacked | 103 | Stacked Cone Bar |
xlConeBarStacked100 | 104 | 100% Stacked Cone Bar |
xlConeCol | 105 | 3D Cone Column |
xlPyramidColClustered | 106 | Clustered Pyramid Column |
xlPyramidColStacked | 107 | Stacked Pyramid Column |
xlPyramidColStacked100 | 108 | 100% Stacked Pyramid Column |
xlPyramidBarClustered | 109 | Clustered Pyramid Bar |
xlPyramidBarStacked | 110 | Stacked Pyramid Bar |
xlPyramidBarStacked100 | 111 | 100% Stacked Pyramid Bar |
xlPyramidCol | 112 | 3D Pyramid Column |