has_series_trend_lines method

has_series_trend_lines

Returns if there are series trend lines for specified series type.

Returns

True if present otherwise false.

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

See Also