Search found 3 matches

by BradleyA
Tue Dec 01, 2009 7:36 pm
Forum: .NET
Topic: Crash when Hide/Show in MDI window
Replies: 1
Views: 1671

Crash when Hide/Show in MDI window

Hello, In the latest released version I could download (4.0.2009.35592) I have a problem that was not there some time ago. I have a C# MDI application that I allow the user to Hide/Show the MDI windows. In one of the windows I have a TeeChart object, when created... all is OK, I can then Hide the wi...
by BradleyA
Fri Aug 07, 2009 3:43 pm
Forum: .NET
Topic: Axes no longer being updated with SetMinMax method
Replies: 3
Views: 2406

Re: Axes no longer being updated with SetMinMax method

Hi Yeray, I created a sample program to show the problem, but there was no problem... it worked as it should. So I discovered that in the AfterDraw event where I do addition drawing on the chart, I set a clip region just around the chart area itself. This used to be fine in v2.0, but with the new ve...
by BradleyA
Thu Aug 06, 2009 3:53 pm
Forum: .NET
Topic: Axes no longer being updated with SetMinMax method
Replies: 3
Views: 2406

Axes no longer being updated with SetMinMax method

I just updated my TeeChart from v2.0 to v4.0xxx, I was able to solve all other minor issues except this one. I do my own "zoom" by setting the Axes Min and Max. With the new version when I set the min and max, the data is redrawn correctly, but the Axes values are not updated to match... they stay a...