ErrorBarValueType

ErrorBarValueType class

Represents type of error bar value

Constants

NameValueDescription
Custom0Specifies that the length of the error bars shall be determined by the Plus and Minus elements.
Fixed1Specifies that the length of the error bars shall be the fixed value determined by Error Bar Value.
Percentage2Specifies that the length of the error bars shall be Error Bar Value percent of the data.
StandardDeviation3Specifies that the length of the error bars shall be Error Bar Value standard deviations of the data.
StandardError4Specifies that the length of the error bars shall be Error Bar Value standard errors of the data.

Custom

Specifies that the length of the error bars shall be determined by the Plus and Minus elements.


Fixed

Specifies that the length of the error bars shall be the fixed value determined by Error Bar Value.


Percentage

Specifies that the length of the error bars shall be Error Bar Value percent of the data.


StandardDeviation

Specifies that the length of the error bars shall be Error Bar Value standard deviations of the data.


StandardError

Specifies that the length of the error bars shall be Error Bar Value standard errors of the data.