IAxisLabels.Exponent
IAxisLabels

property Exponent: WordBool;

Type Library
TeeChartx

Description
Default: False

The Exponent property enables/disables the display of Axis Labels in exponent format with super-script fonts.

Example [Visual Basic]:

TChart1.Axis.Left.Labels.Exponent=True

TChart1.Axis.Left.Labels.ValueFormat="00e-0"