ErrorBarValueType

ErrorBarValueType enumeration

Represents type of error bar value

public enum ErrorBarValueType

Values

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.

See Also