Name | Description | |
---|---|---|
AxisGroup | Returns the group for the specified chart group or series. | |
BarShape | Returns or sets the shape used with the 3-D bar or column chart. | |
BubbleSizes | Gets or sets an array that contains the size data for the bubble chart. Applies only to bubble charts. | |
ChartType | Gets or sets the chart type. | |
DataLabels | Returns an object that represents a collection of all the data labels for the series. | |
Explosion | Gets or sets the explosion value for a pie-chart or doughnut-chart slice. Returns 0 (zero) if there is no explosion (the tip of the slice is in the center of the pie). | |
Format | Returns the IChartFormat object. | |
Formula | Gets or sets the object's formula in A1-style notation. | |
FormulaR1C1 | Gets or sets the formula for the object using R1C1-style notation. | |
Has3DEffect | Gets or sets whether the series has a three-dimensional appearance. Applies only to bubble charts. | |
HasDataLabels | Gets or sets whether the series has data labels. | |
InvertColor | Gets or sets the fill color for negative data points in a series. | |
InvertIfNegative | Gets or sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. | |
MarkerFormat | Returns the IChartFormat for the markers of this series. | |
MarkerSize | Gets or sets the data-marker size in points. | |
MarkerStyle | Gets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart. | |
Name | Gets or sets the name of the object. | |
Parent | Returns the parent object for the specified object. | |
PictureType | Gets or sets the way pictures are displayed on a column or bar picture chart. | |
PictureUnit | Gets or sets the unit for each picture on the chart if the PictureType property is set to Scale (if not, this property is ignored). | |
PlotOrder | Gets or sets the plot order for the selected series within the chart group. | |
Points | Returns an object that represents a collection of all the points in the series. | |
Smooth | Gets or sets the curve smoothing setting (True if curve smoothing is turned on for the line chart or scatter chart). Applies only to line and scatter charts. | |
Trendlines | Returns an object that represents a collection of all the trendlines for the series. | |
Values | Gets or sets a collection of all the values in the series. This can come from a range on a worksheet or an array of constant values, but not a combination of both. | |
XValues | Gets or sets an array of x values for a chart series. The XValues property can come from a range on a worksheet or an array of values, but it cannot be a combination of both. |