I'm using one Tchart with one radialseries
I can create the series in runtime and resetting it with .clear and .addXY, it works fine.
But when just before resetting the series I zoomed it with the Mouse I get an external access violation error pointing to :
unit TARadialSeries
line 1415 : Result := DoublePoint(r * FCos + OriginX, r * FSin + OriginY);