ErrorBarType

Overview

ErrorBarType is a enum in Aspose.Slides FOSS for Python.

Represents type of error bar

This enumeration defines 3 values: BOTH, MINUS, PLUS.

Values

ValueDescription
BOTHRepresents error bars extending in both positive and negative directions
MINUSRepresents error bars extending only in the negative direction
PLUSRepresents error bars extending only in the positive direction

See Also