Поделиться через


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

'Декларация
<ChildElementInfoAttribute(GetType(PivotFormat))> _
Public Class PivotFormats _
    Inherits OpenXmlCompositeElement
'Применение
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]

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. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.

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