ssml:chartFormat
PivotChart Format
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_ChartFormat
Properties: Local, Qualified
Content
- ssml:pivotArea [1..1] Pivot Table Location Rule
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
chart | [1..1] | xsd:unsignedInt | Chart Index | |
format | [1..1] | xsd:unsignedInt | Pivot Format Id | |
series | [0..1] | xsd:boolean | Series Format | Default value is "false". |
Used in
- Type ssml:CT_ChartFormats (Element ssml:chartFormats)
Sample instance
<ssml:chartFormat chart="1" format="1"> <ssml:pivotArea> <ssml:references> <ssml:reference>... </ssml:reference> </ssml:references> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:pivotArea> </ssml:chartFormat>