Hi,
I would like to show values of PieSeries in percentage.
I created a DataTemplate for label template ChartAdornmentInfo to format pie labels.
I created a PieLabelConverter for add "%" symbol of value et set the correspondent percentage value, but I don't have access to all series value to change for percentage value.
I tried to set SegmentLabelContent to LabelContent.Percentage, but it does not work.
Should I calculate mysefl the percentage ? If so, then how I get values of items of each series in my converter ?
Thanks
Dario Quispe
Attachment:
Percentage_ac6732be.zip