2.33.3.2 CT_DataDisplayOptions16

Target namespace: http://schemas.microsoft.com/office/drawing/2017/03/chart

Referenced by: dataDisplayOptions16

Specifies how data is displayed in a chart.

Child Elements:

dispNaAsBlank: A CT_BooleanFalse element that specifies whether to treat cells containing #N/A as if they were blank cells for data display purposes.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_DataDisplayOptions16">
   <xsd:sequence>
     <xsd:element name="dispNaAsBlank" type="CT_BooleanFalse" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.31 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).