Поделиться через


ErrorBars Class

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

Inheritance Hierarchy

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

'Декларация
<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
'Применение
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

Remarks

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]

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. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и 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

ErrorBars Members

DocumentFormat.OpenXml.Drawing.Charts Namespace