Posted 3 November 2017, 6:41 am EST
I am trying to display to display labels with percentage in C1.Chart Pie chart but the value is not converted to percentage. When I use the code series.DataLabel.Text = “{#TEXT}\r\n{#YVAL} ({%YVAL:%})”;, the {%YVAL:%} displays (%) instead of for example (30%) though the figures are whole number.