Compartir a través de


PivotFormats Class

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

'Declaración
<ChildElementInfoAttribute(GetType(PivotFormat))> _
Public Class PivotFormats _
    Inherits OpenXmlCompositeElement
'Uso
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 1ª edición]

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. Los extractos anteriores han sido traducidos del inglés al español por Microsoft (o algunos de sus agentes) e ISO no asume ningún tipo de responsabilidad por dichas traducciones.

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.

See Also

Reference

PivotFormats Members

DocumentFormat.OpenXml.Drawing.Charts Namespace