Freigeben über


DataPoint-Klasse

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

Vererbungshierarchie

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

'Declaration
<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
'Usage
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

Hinweise

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 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

DataPoint-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace