Hi!
I have some problems with the property AxisValuesFormat of TChartAxis.
For all the axes I set
LabelsExponent := TRUE;
AxisValuesFormat := '#.###x10E-#';
First pb : the labels displayed beside the axis are displayed like this:
2.000x10E3 (instead of 2x10E3)
Second pb : for the bottom axis, the exponent of labels are not on good positions : the exponents are all above the dot instead to be above the 'x10'.
Last pb: the 0 value is never displayed as 0 but as, for instance, 1.237x10E-178.
I hope someone could help me on one of these probems.
TchartAxis labels
Hi,
Yes, you're correct. I can see the problem here. I've added i to our defect list to be reviewed and fixed for the next maintenance releases.First pb : the labels displayed beside the axis are displayed like this:
2.000x10E3 (instead of 2x10E3)
Yes, again I've added down the defect list so it can be fixed.Second pb : for the bottom axis, the exponent of labels are not on good positions : the exponents are all above the dot instead to be above the 'x10'.
How can I reproduce this one, I cannot see the problem ?Last pb: the 0 value is never displayed as 0 but as, for instance, 1.237x10E-178.
Pep Jorge
http://support.steema.com
http://support.steema.com
To reproduce this pb you must display a serie of real who are distributed around zero and setLast pb: the 0 value is never displayed as 0 but as, for instance, 1.237x10E-178.
LabelsExponent := TRUE;
AxisValuesFormat := '#.###x10E-#';
My serie is compound of 200 points, from -0.0014 up to 0.014 (the min one =80x10E-6).
Hi,
yes, I see now. Already added on our defect list. We'll try to fix them for the next releases.
Thanks for the report.
yes, I see now. Already added on our defect list. We'll try to fix them for the next releases.
Thanks for the report.
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 12
- Joined: Sun Oct 31, 2004 4:00 am
- Location: china
I use the Teechart 8.02, I still meet this problem, when I make the chart small, the 0 value is displayed as 0.00E+00, but I make the chart large or full screen, the 0 value is displayed as -1.78E-18. I have changed the value of MinAxisRange and MinAxisIncrement to smaller, but it doesn't work. please help me.Pep wrote:Hi,
yes, I see now. Already added on our defect list. We'll try to fix them for the next releases.
Thanks for the report.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi steven,
We have been investigating the issue recently but haven't found a proper solution yet. The only solution I can think of for now is using the OnGetAxisLabel event for manually parsing such labels.
We have been investigating the issue recently but haven't found a proper solution yet. The only solution I can think of for now is using the OnGetAxisLabel event for manually parsing such labels.
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 |