E-notation and scientific superscript notation
Posted: Tue May 30, 2017 7:16 pm
I can enter a custom axis label using E-notation. For example, 1.23E3 for 1230. I attempted to use superscript notation by setting
But, in the example above, this gives 1.23[super]3[/super] where I was expecting 1.23 x 10[super]3[/super].
"En" seems to be interpreted by Teechart as "power of n" whereas in standard E-notation it means "times 10 to the power of n". This seems to me to be a bug rather than a feature.
Is there a workaround?
Code: Select all
Chart1.LeftAxis.LabelsExponent:=True;
Chart1.BottomAxis.LabelsExponent:=True;
"En" seems to be interpreted by Teechart as "power of n" whereas in standard E-notation it means "times 10 to the power of n". This seems to me to be a bug rather than a feature.
Is there a workaround?