XlChartItem 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.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the type of the chart item.
public enum class XlChartItem
public enum XlChartItem
type XlChartItem =
Public Enum XlChartItem
- Inheritance
-
XlChartItem
Fields
Name | Value | Description |
---|---|---|
xlDataLabel | 0 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label. |
xlChartArea | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Chart area. |
xlSeries | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Series. |
xlChartTitle | 4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Chart title. |
xlWalls | 5 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Walls. |
xlCorners | 6 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Corners. |
xlDataTable | 7 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Data table. |
xlTrendline | 8 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Trend line. |
xlErrorBars | 9 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Error bars. |
xlXErrorBars | 10 | You should access and use this enumeration from the Excel primary interop assembly (PIA). X error bars. |
xlYErrorBars | 11 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Y error bars. |
xlLegendEntry | 12 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Legend entry. |
xlLegendKey | 13 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Legend key. |
xlShape | 14 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Shape. |
xlMajorGridlines | 15 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Major gridlines. |
xlMinorGridlines | 16 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Minor gridlines. |
xlAxisTitle | 17 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis title. |
xlUpBars | 18 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Up bars. |
xlPlotArea | 19 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Plot area. |
xlDownBars | 20 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Down bars. |
xlAxis | 21 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis. |
xlSeriesLines | 22 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Series lines. |
xlFloor | 23 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Floor. |
xlLegend | 24 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Legend. |
xlHiLoLines | 25 | You should access and use this enumeration from the Excel primary interop assembly (PIA). HiLo lines. |
xlDropLines | 26 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Drop lines. |
xlRadarAxisLabels | 27 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Radar axis labels. |
xlNothing | 28 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Nothing. |
xlLeaderLines | 29 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Leader lines. |
xlDisplayUnitLabel | 30 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Display unit label. |
xlPivotChartFieldButton | 31 | You should access and use this enumeration from the Excel primary interop assembly (PIA). PivotChart field button. |
xlPivotChartDropZone | 32 | You should access and use this enumeration from the Excel primary interop assembly (PIA). PivotChart drop zone. |