python-pptx
python-pptx copied to clipboard
Editing individual data labels?
Is it possible to edit individual data labels?
for example, I want to update the two properties below on very specific data labels, not on the entire collection.
series.data_labels.show_value = False
series.data_labels.show_series_name = True
Here's what I'm trying to achieve: