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.
Changing percent format doesn't reflect to pie serier
-
- Newbie
- Posts: 21
- Joined: Mon Mar 27, 2006 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |