x_minus property

x_minus property

Specifies the error bar value in the negative direction. Available if error bars value type is Custom and ErrorBarsXFormat is allowed. In any other case this property returns null. Read-only IDoubleChartValue.

Definition:

@property
def x_minus(self):
    ...

See Also