Thank you for such a quick answer!
In TAChart you add a TConstantLine series to the chart.
One more question:
Will this constant line series count towards the automatic vertical range calculation (when LeftAxis.Automatic := True)?
Because the zero line is not always visible in my chart - the grid lines shown depend on automatic range calculation.
I cannot find something like this in TeeChart. But you can always add a dummy line series running along the zero-value grid line.
I already tried to use the dummy line series in both TaChart and Teechart but they always count towards the automatic vertical range calculation.
They cannot be excluded from that calculation (or I don't know how they can be excluded).
Of course I could compute the range manually from 'working' series to prevent this but I don't want to do this.
I prefer to use the automatic calculation with default rounding and display settings.