次の方法で共有


NumberDataSourceType Class

Defines the NumberDataSourceType class.

Inheritance Hierarchy

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

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

Remarks

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

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

NumberDataSourceType Members

DocumentFormat.OpenXml.Drawing.Charts Namespace