You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set the property showLegendKey and the API doesn't have that ability.
I saved my PPTX in 2 locations, one with Legend Key checked and one without. Extracted both archives and found that chart5.xml differed. The following formatted snippet XML is the difference.
<c:dLblPosval="outEnd" />
<c:showLegendKeyval="1" /> <!-- this is the only difference among the other settings -->
<c:showValval="0" />
<c:showCatNameval="0" />
<c:showSerNameval="0" />
<c:showPercentval="1" />
<c:showBubbleSizeval="0" />
<c:showLeaderLinesval="0" />
How difficult would it be to add this? Or has is already been added?
The text was updated successfully, but these errors were encountered:
nitrocode
changed the title
Cannot set showLegendKey for Pie Chart
Feature request: set showLegendKey for Pie Chart
Feb 8, 2017
Progi1984
added a commit
to Progi1984/PHPPresentation
that referenced
this issue
Mar 5, 2017
I'm trying to set the property
showLegendKey
and the API doesn't have that ability.I saved my PPTX in 2 locations, one with
Legend Key
checked and one without. Extracted both archives and found thatchart5.xml
differed. The following formatted snippet XML is the difference.How difficult would it be to add this? Or has is already been added?
The text was updated successfully, but these errors were encountered: