y_plus property

y_plus property

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

Definition:

@property
def y_plus(self):
    ...

See Also