Freigeben über


NumberDataSourceType-Klasse

Defines the NumberDataSourceType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType
        DocumentFormat.OpenXml.Drawing.Charts.BubbleSize
        DocumentFormat.OpenXml.Drawing.Charts.Minus
        DocumentFormat.OpenXml.Drawing.Charts.Plus
        DocumentFormat.OpenXml.Drawing.Charts.Values
        DocumentFormat.OpenXml.Drawing.Charts.YValues

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(NumberReference))> _
<ChildElementInfoAttribute(GetType(NumberLiteral))> _
Public MustInherit Class NumberDataSourceType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As NumberDataSourceType
[ChildElementInfoAttribute(typeof(NumberReference))]
[ChildElementInfoAttribute(typeof(NumberLiteral))]
public abstract class NumberDataSourceType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:NumberReference <c:numRef>NumberLiteral <c:numLit>

Threadsicherheit

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

Siehe auch

Referenz

NumberDataSourceType-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace