2.24.3.28 CT_Formula
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_StringDimension, CT_NumericDimension, CT_TextData
A complex type<341> that specifies a data reference (such as an Excel formula).
Attributes:
dir: An ST_FormulaDirection attribute<342> that specifies the orientation of the data reference.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Formula"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="dir" type="ST_FormulaDirection" use="optional" default="col"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).