PivotFormat Class
Pivot Format.When the object is serialized out as xml, its qualified name is c:pivotFmt.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.PivotFormat
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(Index))> _
<ChildElementInfoAttribute(GetType(ShapeProperties))> _
<ChildElementInfoAttribute(GetType(Marker))> _
<ChildElementInfoAttribute(GetType(DataLabel))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class PivotFormat _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As PivotFormat
[ChildElementInfoAttribute(typeof(Index))]
[ChildElementInfoAttribute(typeof(ShapeProperties))]
[ChildElementInfoAttribute(typeof(Marker))]
[ChildElementInfoAttribute(typeof(DataLabel))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class PivotFormat : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
Index <c:idx>
ShapeProperties <c:spPr>
Marker <c:marker>
DataLabel <c:dLbl>
ExtensionList <c:extLst>
[ISO/IEC 29500-1 1st Edition]
21.2.2.142 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 (§21.2.2.143) |
Child Elements |
Subclause |
---|---|
dLbl (Data Label) |
§21.2.2.47 |
extLst (Chart Extensibility) |
§21.2.2.64 |
idx (Index) |
§21.2.2.84 |
marker (Marker) |
§21.2.2.106 |
spPr (Shape Properties) |
§21.2.2.197 |
txPr (Text Properties) |
§21.2.2.216 |
[Note: The W3C XML Schema definition of this element’s content model (CT_PivotFmt) is located in §A.5.1. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.