ErrorBarsCustomValues
Overview
ErrorBarsCustomValues is a class in Aspose.Slides FOSS for Python.
Inherits from: IErrorBarsCustomValues.
Specifies the error bar values for a single data point.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x_minus | IDoubleChartValue | Read | Holds the custom negative X error bar value as an IDoubleChartValue |
y_minus | IDoubleChartValue | Read | |
x_plus | IDoubleChartValue | Read | |
y_plus | IDoubleChartValue | Read | Holds the custom positive Y error bar value as an IDoubleChartValue |