Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Pivot Formats.When the object is serialized out as xml, its qualified name is c:pivotFmts.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.PivotFormats
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(PivotFormat))> _
Public Class PivotFormats _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As PivotFormats
[ChildElementInfoAttribute(typeof(PivotFormat))]
public class PivotFormats : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- PivotFormat <c:pivotFmt>
[ISO/IEC 29500-1 1st Edition]
21.2.2.143 pivotFmts (Pivot Formats)
This element contains a collection of formatting bands for a surface chart indexed from low to high.
Parent Elements |
|---|
chart (§21.2.2.27) |
Child Elements |
Subclause |
|---|---|
pivotFmt (Pivot Format) |
§21.2.2.142 |
[Note: The W3C XML Schema definition of this element’s content model (CT_PivotFmts) 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.