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.
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 | Data label. |
xlChartArea | 2 | Chart area. |
xlSeries | 3 | Series. |
xlChartTitle | 4 | Chart title. |
xlWalls | 5 | Walls. |
xlCorners | 6 | Corners. |
xlDataTable | 7 | Data table. |
xlTrendline | 8 | Trend line. |
xlErrorBars | 9 | Error bars. |
xlXErrorBars | 10 | X error bars. |
xlYErrorBars | 11 | Y error bars. |
xlLegendEntry | 12 | Legend entry. |
xlLegendKey | 13 | Legend key. |
xlShape | 14 | Shape. |
xlMajorGridlines | 15 | Major gridlines. |
xlMinorGridlines | 16 | Minor gridlines. |
xlAxisTitle | 17 | Axis title. |
xlUpBars | 18 | Up bars. |
xlPlotArea | 19 | Plot area. |
xlDownBars | 20 | Down bars. |
xlAxis | 21 | Axis. |
xlSeriesLines | 22 | Series lines. |
xlFloor | 23 | Floor. |
xlLegend | 24 | Legend. |
xlHiLoLines | 25 | HiLo lines. |
xlDropLines | 26 | Drop lines. |
xlRadarAxisLabels | 27 | Radar axis labels. |
xlNothing | 28 | Nothing. |
xlLeaderLines | 29 | Leader lines. |
xlDisplayUnitLabel | 30 | Display unit label. |
xlPivotChartFieldButton | 31 | PivotChart field button. |
xlPivotChartDropZone | 32 | PivotChart drop zone. |