Search found 6 matches

by SteveR
Mon Feb 28, 2005 1:57 pm
Forum: .NET
Topic: changing shapestyle causes null reference exception
Replies: 4
Views: 8071

The null reference exception is fixed but now I notice a different problem. If I change the shape style from the default then my series click event doesn't fire! I can see it cause the postback but it doesn't get to my click event. Removing the style change makes everything work OK again (except the...
by SteveR
Mon Feb 28, 2005 8:51 am
Forum: .NET
Topic: changing shapestyle causes null reference exception
Replies: 4
Views: 8071

Hi Josep I moved the line which sets the shape style so that it was after the series has been added to the chart. Now it works OK but shouldn't it be possible to set the style at any time? If the style is set before adding the series to the chart then the null reference exception still occurs (in we...
by SteveR
Tue Feb 15, 2005 1:21 pm
Forum: .NET
Topic: changing shapestyle causes null reference exception
Replies: 4
Views: 8071

changing shapestyle causes null reference exception

I have written a web application project that uses shape series (added to the chart at runtime). If I try to change the shape style (to any value even circle which it is by default). I get the following error. [NullReferenceException: Object reference not set to an instance of an object.] Steema.Tee...
by SteveR
Mon Dec 13, 2004 8:34 am
Forum: .NET
Topic: Shape series bug isn't fixed
Replies: 6
Views: 13397

Hi Narcis,
the project installer adds TeeChartTest into your wwwroot folder.
Steve
by SteveR
Fri Dec 10, 2004 3:17 pm
Forum: .NET
Topic: Shape series bug isn't fixed
Replies: 6
Views: 13397

can't access attachments newsgroup

I can't access the attachments newsgroup (error message: You aren't allowed to post to the groups: public.attachments). You can download the following file which contains an installer for a sample project. If you add a shape series to it you should get a null reference error message. (I can also rep...
by SteveR
Thu Dec 09, 2004 3:00 pm
Forum: .NET
Topic: Shape series bug isn't fixed
Replies: 6
Views: 13397

Shape series bug isn't fixed

I'm trying to use a shape series but when I add it at design time I get a null reference exception. I searched the forums and it said it was fixed in version 1.1.1769.19457 but this is the version I'm using and I still have problems with it. I can add a shape sequence at run time but if I try to cha...