次の方法で共有


NumericPoint Class

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

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(NumericValue))> _
Public Class NumericPoint _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As NumericPoint
[ChildElementInfoAttribute(typeof(NumericValue))]
public class NumericPoint : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • NumericValue <c:v>

[ISO/IEC 29500-1 初版]

21.2.2.150 pt (Numeric Point)

This element specifies data for a particular data point.

Parent Elements

numCache (§21.2.2.120); numLit (§21.2.2.122)

Child Elements

Subclause

v (Numeric Value)

§21.2.2.222

Attributes

Description

formatCode (Number Format)

A string representing the format code to apply. For more information see see the SpreadsheetML numFmt element's (§18.8.30) formatCode attribute.

The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19).

idx (Index)

The index of the series in the collection

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

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

NumericPoint Members

DocumentFormat.OpenXml.Drawing.Charts Namespace