ErrorBarValueType
ErrorBarValueType enumeration
Represents type of error bar value
public enum ErrorBarValueType
Values
| Name | Value | Description |
|---|---|---|
| Custom | 0 | Specifies that the length of the error bars shall be determined by the Plus and Minus elements. |
| Fixed | 1 | Specifies that the length of the error bars shall be the fixed value determined by Error Bar Value. |
| Percentage | 2 | Specifies that the length of the error bars shall be Error Bar Value percent of the data. |
| StandardDeviation | 3 | Specifies that the length of the error bars shall be Error Bar Value standard deviations of the data. |
| StandardError | 4 | Specifies that the length of the error bars shall be Error Bar Value standard errors of the data. |
See Also
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides