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