In XE5 using Teecharts Standard, does anyone have problems with setting the LeftAxis max to 1,000,000 while having 8 series (combination of line and arrow) .   We get an access violation on editing the chart (then we have to view as text and change the left axis max).    at run time we get an access violation

Comments

  1. I think its fixed. It happens when the axis max (range = max-min) is big, arrow series can produce very small (zero pixel length) arrows and in that case the code that checks if mouse xy cursor is inside an arrow (the Clicked method), fail because I forgot to add an "if Assigned...".

    Can't find a workaround, only found in 3D mode should not happen.  I'll send you the latest source code as a solution.

    ReplyDelete
  2. Thanks David.   My email address is phillip_woon@ohionational.com

    ReplyDelete
  3. David Berneda Now that's great customer service. (And on Standard, too.) I'm impressed!

    ReplyDelete

Post a Comment