ErrorBarValueType
Contents
[
Hide
]ErrorBarValueType enum
Represents type of error bar value
enum class 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
- Library Aspose.Slides