python-pptx icon indicating copy to clipboard operation
python-pptx copied to clipboard

Editing individual data labels?

Open mszbot opened this issue 7 months ago • 1 comments

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:

Image

mszbot avatar Jun 18 '25 15:06 mszbot