When plotting data on logarithmic axes the logs have to be calculated explicitly before adding the data to the series. This is quite unusual: Excel, gnuplot etc. accept direct data and calculate the logs themselves. This would make life easier when an applications allows the user to switch between linear and log scales.
I fear that some internal routines might get screwed up, but is it possible to have that behavior in TAChart as well? I mean that the ChartTransformation should be responsible for calculating the logs of the data, not only of the axis labels.