XlDisplayBlanksAs Enumeration
Specifies how blank cells are plotted on a chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("04B01227-B5BD-448C-89AB-D990E9E346F4")> _
Public Enumeration XlDisplayBlanksAs
'Usage
Dim instance As XlDisplayBlanksAs
[GuidAttribute("04B01227-B5BD-448C-89AB-D990E9E346F4")]
public enum XlDisplayBlanksAs
Members
Member name | Description | |
---|---|---|
xlInterpolated | Values are interpolated into the chart. | |
xlNotPlotted | Blank cells are not plotted. | |
xlZero | Blanks are plotted as zero. |