Search found 3 matches

by johnw3
Tue Sep 28, 2010 7:16 pm
Forum: .NET
Topic: Points 3D crash in VS2008/VS2005
Replies: 4
Views: 3950

Re: Points 3D crash in VS2008/VS2005

Problem solved! Thanks, Sandra. I uninstalled the old and installed a fresh download and it works.
by johnw3
Tue Sep 28, 2010 1:56 pm
Forum: .NET
Topic: Points 3D crash in VS2008/VS2005
Replies: 4
Views: 3950

Re: Points 3D crash in VS2008/VS2005

I still cannot get it to work. I just created a brand new project and then dragged a tchart object onto form1 with nothing else. I then copied the following into the form load function: tChart1.Aspect.View3D = false; Steema.TeeChart.Styles.Points3D points3D = new Steema.TeeChart.Styles.Points3D(tCha...
by johnw3
Mon Sep 27, 2010 10:06 pm
Forum: .NET
Topic: Points 3D crash in VS2008/VS2005
Replies: 4
Views: 3950

Points 3D crash in VS2008/VS2005

I am trying to use tchart v1.1.4322 in VS2008 to do a 3D point plot. I can insert the tchart object onto a form and select a new Point 3D series. However, when I compile, VS2008 crashes with the exception "Object Reference not set to an instance of an object." The stack trace shows: at Steema.TeeCha...