is_error_bars_x_allowed method

is_error_bars_x_allowed

Returns if error bars X allowed for specified series type.

Returns

True if allowed, otherwise false.

@staticmethod
def is_error_bars_x_allowed(series_type):
    ...
ParameterTypeDescription
series_typeChartTypeSeries type.

See Also