XlDisplayBlanksAs Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies how blank cells are plotted on a chart.

public enum class XlDisplayBlanksAs
[System.Runtime.InteropServices.Guid("3439EA79-5069-4404-A6E3-8EE3A1B9BD0E")]
public enum XlDisplayBlanksAs
[<System.Runtime.InteropServices.Guid("3439EA79-5069-4404-A6E3-8EE3A1B9BD0E")>]
type XlDisplayBlanksAs = 
Public Enum XlDisplayBlanksAs
Inheritance
XlDisplayBlanksAs
Attributes

Fields

xlInterpolated 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Values are interpolated into the chart.

xlNotPlotted 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Blank cells are not plotted.

xlZero 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Blanks are plotted as zero.

Applies to