Specifies the type of the chart item.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("FB55F3EB-2F7C-4410-982E-ED9BC7812E32")> _
Public Enumeration XlChartItem
'Usage
Dim instance As XlChartItem
[GuidAttribute("FB55F3EB-2F7C-4410-982E-ED9BC7812E32")]
public enum XlChartItem
Members
| Member name | Description | |
|---|---|---|
| xlDataLabel | Data label. | |
| xlChartArea | Chart area. | |
| xlSeries | Series. | |
| xlChartTitle | Chart title. | |
| xlWalls | Walls. | |
| xlCorners | Corners. | |
| xlDataTable | Data table. | |
| xlTrendline | Trend line. | |
| xlErrorBars | Error bars. | |
| xlXErrorBars | X error bars. | |
| xlYErrorBars | Y error bars. | |
| xlLegendEntry | Legend entry. | |
| xlLegendKey | Legend key. | |
| xlShape | Shape. | |
| xlMajorGridlines | Major gridlines. | |
| xlMinorGridlines | Minor gridlines. | |
| xlAxisTitle | Axis title. | |
| xlUpBars | Up bars. | |
| xlPlotArea | Plot area. | |
| xlDownBars | Down bars. | |
| xlAxis | Axis. | |
| xlSeriesLines | Series lines. | |
| xlFloor | Floor. | |
| xlLegend | Legend. | |
| xlHiLoLines | HiLo lines. | |
| xlDropLines | Drop lines. | |
| xlRadarAxisLabels | Radar axis labels. | |
| xlNothing | Nothing. | |
| xlLeaderLines | Leader lines. | |
| xlDisplayUnitLabel | Display unit label. | |
| xlPivotChartFieldButton | PivotChart field button. | |
| xlPivotChartDropZone | PivotChart drop zone. |