<dispBlanksAs> (Display Blanks As)

This element specifies how blank cells shall be plotted on a chart.

Parent Elements

<chart>5.7.2.27)

Attributes

Description

<val> (Display Blanks As Value)

Specifies how blank cells are plotted on the chart.

The possible values for this attribute are defined by the ST_DispBlanksAs simple type (§5.7.3.10).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_DispBlanksAs">
	<attribute name="val" type="ST_DispBlanksAs" default="zero"/>
</complexType>