clear_values method

clear_values()

Removes all data values from the chart series with preserving the format of the data points and data labels.

def clear_values(self):
    ...

See Also