Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of the chart item.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration XlChartItem
'Usage
Dim instance As XlChartItem
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. |