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: x_minus, x_plus, y_minus, y_plus.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x_minus | IDoubleChartValue | Read | Gets the x minus. |
y_minus | IDoubleChartValue | Read | Gets the y minus. |
x_plus | IDoubleChartValue | Read | Gets the x plus. |
y_plus | IDoubleChartValue | Read | Gets the y plus. |