2.22.3.7 CT_LiteralDataChart

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

A complex type<201> that specifies whether this chart was saved by an application that does not support formula references.<202> The chart data is stored as a set of literal values (numbers and strings) with the chart series.

Attributes:

val: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<203> that specifies whether this chart was saved by an application that does not support formula references.

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

 <xsd:complexType name="CT_LiteralDataChart">
   <xsd:attribute name="val" type="xsd:boolean" use="required"/>
 </xsd:complexType>

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