Hi all,
Do you have ideas, how to align text in legend, when you have text format like {text} {value}(you can find details
in attached image)?
This is simple code, how I create and fill values
Please advice.
Thanks,
Pavlo
Do you have ideas, how to align text in legend, when you have text format like {text} {value}(you can find details
in attached image)?
This is simple code, how I create and fill values
foreach(PieChartItem item in PieChartItemCollection) { ChartSeriesItem chartItem = item.ChartItem; chartItem.Label.TextBlock.Text = String.Format ( "{0} {1}" , str1 , str2 ); }Please advice.
Thanks,
Pavlo