ErrorBarsCustomValues

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

NameTypeAccessDescription
x_minusIDoubleChartValueReadGets the x minus.
y_minusIDoubleChartValueReadGets the y minus.
x_plusIDoubleChartValueReadGets the x plus.
y_plusIDoubleChartValueReadGets the y plus.

See Also