ErrorBarValueType
Overview
ErrorBarValueType is a enum in Aspose.Slides FOSS for Python.
Represents type of error bar value
This enumeration defines 5 values: CUSTOM, FIXED, PERCENTAGE, STANDARD_DEVIATION, STANDARD_ERROR.
Values
| Value | Description |
|---|---|
CUSTOM | Represents a custom-defined error bar value |
FIXED | Represents a fixed numeric error bar value |
PERCENTAGE | Represents an error bar defined as a percentage of the data value |
STANDARD_DEVIATION | Represents an error bar based on the standard deviation |
STANDARD_ERROR |