XlChartItem Enum

Definition

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

xlAxis 21

You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis.

xlAxisTitle 17

You should access and use this enumeration from the Excel primary interop assembly (PIA). Axis title.

xlChartArea 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Chart area.

xlChartTitle 4

You should access and use this enumeration from the Excel primary interop assembly (PIA). Chart title.

xlCorners 6

You should access and use this enumeration from the Excel primary interop assembly (PIA). Corners.

xlDataLabel 0

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data label.

xlDataTable 7

You should access and use this enumeration from the Excel primary interop assembly (PIA). Data table.

xlDisplayUnitLabel 30

You should access and use this enumeration from the Excel primary interop assembly (PIA). Display unit label.

xlDownBars 20

You should access and use this enumeration from the Excel primary interop assembly (PIA). Down bars.

xlDropLines 26

You should access and use this enumeration from the Excel primary interop assembly (PIA). Drop lines.

xlErrorBars 9

You should access and use this enumeration from the Excel primary interop assembly (PIA). Error bars.

xlFloor 23

You should access and use this enumeration from the Excel primary interop assembly (PIA). Floor.

xlHiLoLines 25

You should access and use this enumeration from the Excel primary interop assembly (PIA). HiLo lines.

xlLeaderLines 29

You should access and use this enumeration from the Excel primary interop assembly (PIA). Leader lines.

xlLegend 24

You should access and use this enumeration from the Excel primary interop assembly (PIA). Legend.

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.

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.

xlNothing 28

You should access and use this enumeration from the Excel primary interop assembly (PIA). Nothing.

xlPivotChartDropZone 32

You should access and use this enumeration from the Excel primary interop assembly (PIA). PivotChart drop zone.

xlPivotChartFieldButton 31

You should access and use this enumeration from the Excel primary interop assembly (PIA). PivotChart field button.

xlPlotArea 19

You should access and use this enumeration from the Excel primary interop assembly (PIA). Plot area.

xlRadarAxisLabels 27

You should access and use this enumeration from the Excel primary interop assembly (PIA). Radar axis labels.

xlSeries 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Series.

xlSeriesLines 22

You should access and use this enumeration from the Excel primary interop assembly (PIA). Series lines.

xlShape 14

You should access and use this enumeration from the Excel primary interop assembly (PIA). Shape.

xlTrendline 8

You should access and use this enumeration from the Excel primary interop assembly (PIA). Trend line.

xlUpBars 18

You should access and use this enumeration from the Excel primary interop assembly (PIA). Up bars.

xlWalls 5

You should access and use this enumeration from the Excel primary interop assembly (PIA). Walls.

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.

Applies to