Name | Description | |
---|---|---|
clearFormats | Clears the formatting of the object. | |
delete | Deletes the object. | |
getFormat | Returns the IChartFormat object. | |
getInvertIfNegative | Gets whether the pattern is inverted when the number is negative (True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number). | |
getMarkerFormat | Gets market format. | |
getMarkerSize | Returns the data-marker size, in points. | |
getMarkerStyle | Returns the marker style for a legend key in a line chart, scatter chart, or radar chart. | |
getParent | Returns the parent object for the specified object. | |
getPictureUnit | Returns the unit for each picture on the chart if the Microsoft.Office.Interop.Excel.LegendKey.PictureType property is set to StackScale (if not, this property is ignored). | |
getShadow | Gets a boolean value indicating whether the font is a shadow font or if the object has a shadow. | |
getSmooth | Gets a boolean value indicating whether curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts. | |
setInvertIfNegative | Sets whether the pattern is inverted when the number is negative (True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number). | |
setMarkerSize | Sets the data-marker size, in points. | |
setMarkerStyle | Sets the marker style for a legend key in a line chart, scatter chart, or radar chart. | |
setPictureUnit | Sets the unit for each picture on the chart if the Microsoft.Office.Interop.Excel.LegendKey.PictureType property is set to StackScale (if not, this property is ignored). | |
setShadow | Sets a boolean value indicating whether the font is a shadow font or if the object has a shadow. | |
setSmooth | Sets a boolean value indicating whether curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts. |