Freigeben über


MultiLevelStringCache-Klasse

Multi Level String Cache.When the object is serialized out as xml, its qualified name is c:multiLvlStrCache.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(PointCount))> _
<ChildElementInfoAttribute(GetType(Level))> _
Public Class MultiLevelStringCache _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As MultiLevelStringCache
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(PointCount))]
[ChildElementInfoAttribute(typeof(Level))]
public class MultiLevelStringCache : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • PointCount <c:ptCount>

  • Level <c:lvl>

  • ExtensionList <c:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

21.2.2.114 multiLvlStrCache (Multi Level String Cache)

This element specifies the last data shown on the chart for a category axis.

Parent Elements

multiLvlStrRef (§21.2.2.115)

Child Elements

Subclause

extLst (Chart Extensibility)

§21.2.2.64

lvl (Level)

§21.2.2.99

ptCount (Point Count)

§21.2.2.152

[Note: The W3C XML Schema definition of this element's content model (CT_MultiLvlStrData) is located in §A.5.1. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

MultiLevelStringCache-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace