2.4.86 SerAuxErrBar

This record specifies properties of an error bar.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

sertm

ebsrc

fTeeTop

reserved

numValue

...

unused

sertm (1 byte): An unsigned integer that specifies the direction of the error bars. MUST be a value from the following table.

Value

Meaning

0x01

Error bars are horizontal in the plus direction.

0x02

Error bars are horizontal in the minus direction.

0x03

Error bars are vertical in the plus direction.

0x04

Error bars are vertical in the minus direction.

ebsrc (1 byte): An unsigned integer that specifies the error amount type of the error bars. MUST be a value from the following table.

Value

Meaning

0x01

Percentage

0x02

Fixed value

0x03

Standard deviation

0x05

Standard error

fTeeTop (1 byte): A Boolean that specifies whether the error bars are T-shaped.

reserved (1 byte): MUST be ignored, and MUST be set to 0x01.

numValue (8 bytes): An Xnum structure (section 2.5.33) that specifies the fixed value, percentage, or number of standard deviations for the error bars. If ebsrc is set to 0x05, this field MUST be ignored.

unused (2 bytes): Undefined and MUST be ignored.