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.
Multi Level String Cache.When the object is serialized out as xml, its qualified name is c:multiLvlStrCache.
Inheritance Hierarchy
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
Remarks
The following table lists the possible child types:
PointCount <c:ptCount>
Level <c:lvl>
ExtensionList <c:extLst>
[ISO/IEC 29500-1 1st Edition]
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.
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.