[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the type of the error bars - positive, negative, or both.
Parent Elements |
errBars (§5.7.2.55) |
Attributes |
Description |
val (Error Bar Type Value) |
Specifies the type of error bars.
The possible values for this attribute are defined by the ST_ErrBarType simple type (§5.7.3.12). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ErrBarType">
<attribute name="val" type="ST_ErrBarType" default="both"/>
</complexType>