次の方法で共有


DataPoint Class

Data Point.When the object is serialized out as xml, its qualified name is c:dPt.

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(Index))> _
<ChildElementInfoAttribute(GetType(InvertIfNegative))> _
<ChildElementInfoAttribute(GetType(Marker))> _
<ChildElementInfoAttribute(GetType(Bubble3D))> _
<ChildElementInfoAttribute(GetType(Explosion))> _
<ChildElementInfoAttribute(GetType(ChartShapeProperties))> _
<ChildElementInfoAttribute(GetType(PictureOptions))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class DataPoint _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As DataPoint
[ChildElementInfoAttribute(typeof(Index))]
[ChildElementInfoAttribute(typeof(InvertIfNegative))]
[ChildElementInfoAttribute(typeof(Marker))]
[ChildElementInfoAttribute(typeof(Bubble3D))]
[ChildElementInfoAttribute(typeof(Explosion))]
[ChildElementInfoAttribute(typeof(ChartShapeProperties))]
[ChildElementInfoAttribute(typeof(PictureOptions))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class DataPoint : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • Index <c:idx>

  • InvertIfNegative <c:invertIfNegative>

  • Marker <c:marker>

  • Bubble3D <c:bubble3D>

  • Explosion <c:explosion>

  • ChartShapeProperties <c:spPr>

  • PictureOptions <c:pictureOptions>

  • ExtensionList <c:extLst>

[ISO/IEC 29500-1 初版]

21.2.2.52 dPt (Data Point)

This element specifies a single data point.

Parent Elements

ser (§21.2.2.168); ser (§21.2.2.170); ser (§21.2.2.174); ser (§21.2.2.171); ser (§21.2.2.172); ser (§21.2.2.169); ser (§21.2.2.167)

Child Elements

Subclause

bubble3D (3D Bubble)

§21.2.2.19

explosion (Explosion)

§21.2.2.61

extLst (Chart Extensibility)

§21.2.2.64

idx (Index)

§21.2.2.84

invertIfNegative (Invert if Negative)

§21.2.2.86

marker (Marker)

§21.2.2.106

pictureOptions (Picture Options)

§21.2.2.138

spPr (Shape Properties)

§21.2.2.197

[Note: The W3C XML Schema definition of this element's content model (CT_DPt) 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

DataPoint Members

DocumentFormat.OpenXml.Drawing.Charts Namespace