Page 1 of 1

Changing percent format doesn't reflect to pie serier

Posted: Sun May 21, 2006 2:27 pm
by 9640767
Hello All,

some strange effect with percent format (teechart 2.0.2306.26232):
1) add chart to winform
2) create pie serier
3) fill that serier with sample values
pie1.FillSampleValues();
4) raise teechart property
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();
5) set Series->Mark->Style = Percent
try to change Series->General->Percents (format string)

As you can see nothing changes in the reflection! But with others type of series and in Delphi version this feature works.

May be I should set othes settings somehow ? or any ideas?

Thanks.

Posted: Tue May 23, 2006 1:26 pm
by narcis
Hello,

Thanks for reporting.

We could reproduce the problem here and fixed it for the next debug build and maintenance releases.

In the meantime, you'll need to set this at run-time using pie1.PercentFormat.