Enables/disables the display of Axis Labels in exponent format with super-script fonts.
public Boolean Exponent {get; set;}

Remarks

Default: false

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

Example


[C#]
tChart1.Axes.Left.Labels.Exponent=true;   
tChart1.Axes.Left.Labels.ValueFormat="00e-0";


See Also

AxisLabels Class | AxisLabels Members | Steema.TeeChart Namespace