Axis Labels can now be displayed in exponent format with super-script fonts.

Example:
myChart.getAxes().getLeft().getLabels().setExponent(true); myChart.getAxes().getLeft().getLabels().setValueFormat("0.00E0");