Name | Description | |
---|---|---|
getDataLabel | Returns the IDataLabel object that represents the data labelassociated with the point. | |
getExplosion | Gets 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). | |
getFormat | Returns the IChartFormat object. | |
getHas3DEffect | Gets whether a point has a three-dimensional appearance. | |
getHasDataLabel | Gets whether the point has a data label. | |
getInvertIfNegative | Gets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. | |
getIsTotal | Gets whether the point is a total data point. Valid only for waterfall charts. | |
getMarkerFormat | Gets the marker format for this point. | |
getMarkerSize | Gets the data marker size in points. | |
getMarkerStyle | Gets the marker style for a point or series in a line, scatter, or radar chart. | |
getParent | Returns the parent object for the specified object. | |
getPictureType | Gets the way pictures are displayed on a column or bar picture chart. | |
getPictureUnit | Gets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored). | |
getSecondaryPlot | Gets whether the point is in a secondary section (True if the point is in the secondary section of a pie or bar section of a pie chart). Applies only to points on the pie or bar section of pie charts. | |
setExplosion | 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). | |
setHas3DEffect | Sets whether a point has a three-dimensional appearance. | |
setHasDataLabel | Sets whether the point has a data label. | |
setInvertIfNegative | Sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number. | |
setIsTotal | Sets whether the point is a total data point. Valid only for waterfall charts. | |
setMarkerSize | Sets the data marker size in points. | |
setMarkerStyle | Sets the marker style for a point or series in a line, scatter, or radar chart. | |
setPictureType | Sets the way pictures are displayed on a column or bar picture chart. | |
setPictureUnit | Sets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored). | |
setSecondaryPlot | Sets whether the point is in a secondary section (True if the point is in the secondary section of a pie or bar section of a pie chart). Applies only to points on the pie or bar section of pie charts. |