TAChart: Fix axis transformation of NaN values

git-svn-id: trunk@35659 -
This commit is contained in:
ask 2012-03-03 09:57:58 +00:00
parent b052eb6172
commit e286d8a908

View File

@ -472,6 +472,7 @@ var
t: TAxisTransform;
begin
Result := AX;
if IsNan(Result) then exit;
for t in List do
if t.Enabled then
Result := t.AxisToGraph(Result);