Search found 2 matches

by Pete
Wed Dec 10, 2003 6:55 pm
Forum: ActiveX
Topic: Access Violation sizing TeeChart5.ocx
Replies: 3
Views: 11045

Hello Pep, Here is the code that causes the fatal exception, pointer error or program abortion. Code was written in .Net 2000 C# with TeeChart 5.03 ocx. The problem seems to be with setting the bottom axis maximum and then resizing the graph too small: //set graph window properties m_ScrollTime = 4;...
by Pete
Mon Dec 08, 2003 8:41 pm
Forum: ActiveX
Topic: Access Violation sizing TeeChart5.ocx
Replies: 3
Views: 11045

Access Violation sizing TeeChart5.ocx

Hello, I'm using TeeChart5.ocx in .Net. If I resize the chart to be too small, I get an access violation: "Access violation at address 504222F4 in module 'TeeChart5.ocx' Write address of 0000001F", essentially TeeChart is crashing. If I create the chart with Long legend text (the graph must draw too...