Changing percent format doesn't reflect to pie serier
Posted: Sun May 21, 2006 2:27 pm
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.
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.