<chartFormats> (PivotChart Formats)

Represents the collection of formats applied to PivotChart.

example:
<sh:chartFormats count="4">
  <sh:chartFormat chart="0" format="0" series="1">
    <sh:pivotArea type="data" outline="0">
      <sh:references count="3">
        <sh:reference field="4294967294" count="1" selected="0">
          <sh:x v="0"/>
        </sh:reference>
        <sh:reference field="14" count="1" selected="0">
          <sh:x v="0"/>
        </sh:reference>
        <sh:reference field="15" count="1" selected="0">
          <sh:x v="2"/>
        </sh:reference>
      </sh:references>
    </sh:pivotArea>
  </sh:chartFormat>
  <sh:chartFormat chart="0" format="1" series="1">
    <sh:pivotArea type="data" outline="0">
      <sh:references count="3">
        <sh:reference field="4294967294" count="1" selected="0">
          <sh:x v="0"/>
        </sh:reference>
        <sh:reference field="14" count="1" selected="0">
          <sh:x v="0"/>
        </sh:reference>
        <sh:reference field="15" count="1" selected="0">
          <sh:x v="3"/>
        </sh:reference>
      </sh:references>
    </sh:pivotArea>
  </sh:chartFormat>
  <sh:chartFormat chart="0" format="2" series="1">
    <sh:pivotArea type="data" outline="0">
      <sh:references count="3">
        <sh:reference field="4294967294" count="1" selected="0">
          <sh:x v="1"/>
        </sh:reference>
        <sh:reference field="14" count="1" selected="0">
          <sh:x v="0"/>
        </sh:reference>
        <sh:reference field="15" count="1" selected="0">
          <sh:x v="2"/>
        </sh:reference>
      </sh:references>
    </sh:pivotArea>
  </sh:chartFormat>
  <sh:chartFormat chart="0" format="3" series="1">
    <sh:pivotArea type="data" outline="0">
      <sh:references count="3">
        <sh:reference field="4294967294" count="1" selected="0">
          <sh:x v="1"/>
        </sh:reference>
        <sh:reference field="14" count="1" selected="0">
          <sh:x v="0"/>
        </sh:reference>
        <sh:reference field="15" count="1" selected="0">
          <sh:x v="3"/>
        </sh:reference>
      </sh:references>
    </sh:pivotArea>
  </sh:chartFormat>
</sh:chartFormats>

Parent Elements

<pivotTableDefinition>3.10.1.73)

Child Elements

Subclause

<chartFormat> (PivotChart Format)

§3.10.1.12

Attributes

Description

<count> (Format Count)

Specifies the number of formats in the collection.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

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

<complexType name="CT_ChartFormats">
	<sequence>
	<element name="chartFormat" maxOccurs="unbounded" type="CT_ChartFormat"/>
	</sequence>
	<attribute name="count" type="xsd:unsignedInt" default="0"/>
</complexType>