XlChartType Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Especifica o tipo de gráfico.
public enum class XlChartType
public enum XlChartType
type XlChartType =
Public Enum XlChartType
- Herança
-
XlChartType
Campos
Nome | Valor | Description |
---|---|---|
xlXYScatter | -4169 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Dispersão |
xlCombo | -4152 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlRadar | -4151 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Radar |
xlDoughnut | -4120 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Anel |
xl3DPie | -4102 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Circular 3D |
xl3DLine | -4101 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Linha 3D |
xl3DColumn | -4100 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Coluna 3D |
xl3DArea | -4098 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Área 3D |
xlSuggestedChart | -2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlArea | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Área |
xlLine | 4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Line |
xlPie | 5 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Circular |
xlBubble | 15 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Bolha |
xlColumnClustered | 51 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Coluna agrupada 3D |
xlColumnStacked | 52 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas empilhadas |
xlColumnStacked100 | 53 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas 100% empilhadas |
xl3DColumnClustered | 54 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Coluna agrupada 3D |
xl3DColumnStacked | 55 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas Empilhadas 3D |
xl3DColumnStacked100 | 56 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barra Empilhada a 100% 3D |
xlBarClustered | 57 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras agrupadas |
xlBarStacked | 58 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras empilhadas |
xlBarStacked100 | 59 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras 100% empilhadas |
xl3DBarClustered | 60 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barra Agrupada 3D |
xl3DBarStacked | 61 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barra Empilhada 3D |
xl3DBarStacked100 | 62 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barra Empilhada a 100% 3D |
xlLineStacked | 63 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Linhas empilhadas |
xlLineStacked100 | 64 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Linhas 100% empilhadas |
xlLineMarkers | 65 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Linha com Marcadores |
xlLineMarkersStacked | 66 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Linhas Empilhadas com Marcadores |
xlLineMarkersStacked100 | 67 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Linhas 100% empilhadas com marcadores |
xlPieOfPie | 68 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Pizza de pizza |
xlPieExploded | 69 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Pizza destacada |
xl3DPieExploded | 70 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Circular 3D explodido |
xlBarOfPie | 71 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras de pizza |
xlXYScatterSmooth | 72 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Dispersão com Linhas Suavizadas |
xlXYScatterSmoothNoMarkers | 73 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Dispersão com linhas ajustadas e sem marcadores de dados |
xlXYScatterLines | 74 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Dispersão com linhas |
xlXYScatterLinesNoMarkers | 75 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Dispersão com linhas e sem marcadores |
xlAreaStacked | 76 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Área empilhada |
xlAreaStacked100 | 77 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Área 100% empilhada |
xl3DAreaStacked | 78 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Área Empilhada 3D |
xl3DAreaStacked100 | 79 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Área 100% empilhada |
xlDoughnutExploded | 80 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Rosca destacada |
xlRadarMarkers | 81 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Radar com marcadores de dados |
xlRadarFilled | 82 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Radar preenchido |
xlSurface | 83 | You should access and use this enumeration from the Excel primary interop assembly (PIA). 3D Surface |
xlSurfaceWireframe | 84 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Surface 3D (wireframe) |
xlSurfaceTopView | 85 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Superfície (modo de exibição superior) |
xlSurfaceTopViewWireframe | 86 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Surface (Wireframe da Vista Superior) |
xlBubble3DEffect | 87 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Bolha com efeitos 3D |
xlStockHLC | 88 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Máximo-Mínimo-Fecho |
xlStockOHLC | 89 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Abrir-Máximo-Mínimo-Fechar |
xlStockVHLC | 90 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Volume-Máximo-Mínimo-Fecho |
xlStockVOHLC | 91 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Volume-Open-High-Low-Close |
xlCylinderColClustered | 92 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas cônicas agrupadas |
xlCylinderColStacked | 93 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras cilíndricas empilhadas |
xlCylinderColStacked100 | 94 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas cilíndricas 100% empilhadas |
xlCylinderBarClustered | 95 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras cilíndricas agrupadas |
xlCylinderBarStacked | 96 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras cilíndricas empilhadas |
xlCylinderBarStacked100 | 97 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras cilíndricas 100% empilhadas |
xlCylinderCol | 98 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Coluna de Cilindro 3D |
xlConeColClustered | 99 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas cônicas agrupadas |
xlConeColStacked | 100 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas cônicas empilhadas |
xlConeColStacked100 | 101 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas cônicas 100% empilhadas |
xlConeBarClustered | 102 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras cônicas agrupadas |
xlConeBarStacked | 103 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras cônicas empilhadas |
xlConeBarStacked100 | 104 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras cônicas 100% empilhadas |
xlConeCol | 105 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Coluna de Cone 3D |
xlPyramidColClustered | 106 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas piramidais agrupadas |
xlPyramidColStacked | 107 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas piramidais empilhadas |
xlPyramidColStacked100 | 108 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Colunas piramidais 100% empilhadas |
xlPyramidBarClustered | 109 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras piramidais agrupadas |
xlPyramidBarStacked | 110 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras piramidais empilhadas |
xlPyramidBarStacked100 | 111 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Barras piramidais 100% empilhadas |
xlPyramidCol | 112 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Coluna pirâmide 3D |
xlComboColumnClusteredLine | 113 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlComboColumnClusteredLineSecondaryAxis | 114 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlComboAreaStackedColumnClustered | 115 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlOtherCombinations | 116 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |