draw-chart:pivotFmts
Pivot Formats
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Schema document: dml-chart.xsd
Type: draw-chart:CT_PivotFmts
Properties: Local, Qualified
Content
- draw-chart:pivotFmt [0..*] Pivot Format
Attributes
None
Used in
- Type draw-chart:CT_Chart (Element draw-chart:chart)
Sample instance
<draw-chart:pivotFmts> <draw-chart:pivotFmt> <draw-chart:idx val="1"/> <draw-chart:spPr> <a:xfrm>... </a:xfrm> <a:custGeom>... </a:custGeom> <a:noFill/> <a:ln>... </a:ln> <a:effectLst>... </a:effectLst> <a:scene3d>... </a:scene3d> <a:sp3d>... </a:sp3d> <a:extLst>... </a:extLst> </draw-chart:spPr> <draw-chart:txPr> <a:bodyPr>... </a:bodyPr> <a:lstStyle>... </a:lstStyle> <a:p>... </a:p> </draw-chart:txPr> <draw-chart:marker> <draw-chart:symbol val="circle"/> <draw-chart:size/> <draw-chart:spPr>... </draw-chart:spPr> <draw-chart:extLst>... </draw-chart:extLst> </draw-chart:marker> <draw-chart:dLbl> <draw-chart:idx val="1"/> <draw-chart:delete/> <draw-chart:extLst>... </draw-chart:extLst> </draw-chart:dLbl> <draw-chart:extLst> <draw-chart:ext> <!--any element--> </draw-chart:ext> </draw-chart:extLst> </draw-chart:pivotFmt> </draw-chart:pivotFmts>