I have a pie chart with legend on the right side. Legend's labels consist of name and value. Currently I format legend labels as "{0} {1}". What I need actually, that values don't just follow the names, but will be placed in own column. It is like a table layout, where names are in first column and values in second one.
I checked documentation but couldn't figure out.