<xsd:element name="DataTable">
<xsd:annotation>
<xsd:documentation>Specifies whether a data table is displayed on the plot area next to the category axis.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Range" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Contains the range or list of ranges that applies to a conditional text format, a data validation range, or a data source.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RowInputCell" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the row index of a cell used to calculate the values in a data table.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ColumnInputCell" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains the column index of a cell used to calculate the values in a data table.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|