draw-chart:pivotSource
Pivot Source
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_PivotSource
Properties: Local, Qualified
Content
- Sequence [1..1]
- draw-chart:name [1..1] Pivot Name
- draw-chart:fmtId [1..1] Format ID
- draw-chart:extLst [0..*] Extension List
Attributes
None
Used in
- Type draw-chart:CT_ChartSpace (Element draw-chart:chartSpace)
Sample instance
<draw-chart:pivotSource> <draw-chart:name>string</draw-chart:name> <draw-chart:fmtId val="1"/> <draw-chart:extLst> <draw-chart:ext> <!--any element--> </draw-chart:ext> </draw-chart:extLst> </draw-chart:pivotSource>