<pivotFmt> (Pivot Format)

This element contains a set of formatting to be applied to the chart that is based on a pivotTable.

Parent Elements

<pivotFmts>5.7.2.144)

Child Elements

Subclause

<dLbl> (Data Label)

§5.7.2.47

<extLst> (Chart Extensibility)

§5.7.2.64

<idx> (Index)

§5.7.2.84

<marker> (Marker)

§5.7.2.106

<spPr> (Shape Properties)

§5.7.2.198

<txPr> (Text Properties)

§5.7.2.217

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

<complexType name="CT_PivotFmt">
	<sequence>
	<element name="idx" type="CT_UnsignedInt" minOccurs="1" maxOccurs="1"/>
	<element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
	<element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
	<element name="marker" type="CT_Marker" minOccurs="0" maxOccurs="1"/>
	<element name="dLbl" type="CT_DLbl" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>