Hi,
Please see the attached file.
This is regards to the legend symbol where the default quarter circle, I want to replace this into full circle.
using the code below, I manage to show the circle but still keeping the default.
item.ItemStyle.Symbol.Shape = ChartSymbolShape.Circle;
item.ItemStyle.ShowSymbol = true;
item.ItemStyle.Symbol.Color = Color.Blue;
next is the series.ConfigItems.PieItem.LabelStyle = ChartAccumulationLabelStyle.Outside;
this label can I convert this into percent?
Attachment:
legendsymbol_6011c31f.7z