Page 1 of 1

Pie chart marks style

Posted: Thu Apr 15, 2010 10:53 am
by 9092401
Hello,

Previously, in delphi (As shown in the image below) I was able to show both then number of entries in a category and the percentage corresponding to it.
Pie Chart.jpg
Pie Chart.jpg (60.3 KiB) Viewed 4015 times
I'm trying to display the same information in a C# (in a pie as well) however this is the closest option i Could find in C#
Pie Chart 2.jpg
Pie Chart 2.jpg (15.7 KiB) Viewed 4016 times
I've set the pie's Marks.Style property to LabelPercentTotal, is there another option i can use?

Thank you,

Jonathan

Re: Pie chart marks style

Posted: Fri Apr 16, 2010 4:07 pm
by narcis
Hi Jonathan,

Which marks style where you using in Delphi? Weren't you using the OnGetMarkText event for customizing marks?

Thanks in advance.