Freigeben über


ErrorBars-Klasse

Error Bars.When the object is serialized out as xml, its qualified name is c:errBars.

Vererbungshierarchie

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ChartShapeProperties))> _
<ChildElementInfoAttribute(GetType(Plus))> _
<ChildElementInfoAttribute(GetType(ErrorBarValue))> _
<ChildElementInfoAttribute(GetType(Minus))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(ErrorDirection))> _
<ChildElementInfoAttribute(GetType(ErrorBarType))> _
<ChildElementInfoAttribute(GetType(ErrorBarValueType))> _
<ChildElementInfoAttribute(GetType(NoEndCap))> _
Public Class ErrorBars _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ErrorBars
[ChildElementInfoAttribute(typeof(ChartShapeProperties))]
[ChildElementInfoAttribute(typeof(Plus))]
[ChildElementInfoAttribute(typeof(ErrorBarValue))]
[ChildElementInfoAttribute(typeof(Minus))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(ErrorDirection))]
[ChildElementInfoAttribute(typeof(ErrorBarType))]
[ChildElementInfoAttribute(typeof(ErrorBarValueType))]
[ChildElementInfoAttribute(typeof(NoEndCap))]
public class ErrorBars : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • ErrorDirection <c:errDir>

  • ErrorBarType <c:errBarType>

  • ErrorBarValueType <c:errValType>

  • NoEndCap <c:noEndCap>

  • Plus <c:plus>

  • Minus <c:minus>

  • ErrorBarValue <c:val>

  • ChartShapeProperties <c:spPr>

  • ExtensionList <c:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

21.2.2.55 errBars (Error Bars)

This element specifies error bars. The errValType element controls whether the minus, plus, or val elements are used.

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.167)

Child Elements

Subclause

errBarType (Error Bar Type)

§21.2.2.56

errDir (Error Bar Direction)

§21.2.2.57

errValType (Error Bar Value Type)

§21.2.2.58

extLst (Chart Extensibility)

§21.2.2.64

minus (Minus)

§21.2.2.113

noEndCap (No End Cap)

§21.2.2.118

plus (Plus)

§21.2.2.147

spPr (Shape Properties)

§21.2.2.197

val (Error Bar Value)

§21.2.2.225

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

ErrorBars-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace