TAxisLabels.Exponent
TAxisLabels
property Exponent: Boolean;
Unit
TeEngine
Description
Default: False
The Exponent property enables/disables the display of Axis Labels in exponent format with super-script fonts.
TChart1.Axis.Left.Texts.Exponent:=True;
TChart1.Axis.Left.Labels.ValueFormat:='00e-0';