[]
Represents the possible ways to determine the length of the error bars.
public enum ErrorBarType
Public Enum ErrorBarType
Name | Description |
---|---|
Custom | The length of the error bars shall be determined by the Plus and Minus elements. |
FixedValue | The length of the error bars shall be the fixed value determined by Error Bar Value. |
Percentage | The length of the error bars shall be Error Bar Value percent of the data. |
StandardDeviation | The length of the error bars shall be Error Bar Value standard deviations of the data. |
StandardError | The length of the error bars shall be Error Bar Value standard errors of the data. |