Search found 6 matches

by Roland
Fri Jun 23, 2006 12:10 pm
Forum: ActiveX
Topic: Problem with Surface serie and datasource Recordset
Replies: 10
Views: 7653

Hi Narcis i'm back ;) I have now a problem with the data in my surface serie. The surface isn't drawing correctly. I have holes in my surface. First i thought it was because the X value wasn't correctly filtered in ascending order when assigning them to the serie but i was in mistake. and second que...
by Roland
Tue Jun 20, 2006 2:03 pm
Forum: ActiveX
Topic: Problem with Surface serie and datasource Recordset
Replies: 10
Views: 7653

Hi Narcis

I am going to do as explained in the link you show me.
Thanks a lot for your help.

Roland
by Roland
Tue Jun 20, 2006 10:15 am
Forum: ActiveX
Topic: Problem with Surface serie and datasource Recordset
Replies: 10
Views: 7653

Hi Narcis. I don't have access to news://www.steema.net/steema.public.attachments because of security firewall in my society. But you can make a sample program easily. You need 1 access database(i named "SteemaDB") with 1 table (i named "Steema"). The table contains 3 fields : Xvalue, Yvalue and Cri...
by Roland
Mon Jun 19, 2006 5:07 pm
Forum: ActiveX
Topic: Problem with Surface serie and datasource Recordset
Replies: 10
Views: 7653

Ok thanks Narcis

one more question.
Befor setting a recordset as datasource for a Surface serie
i apply a filter on it. (MyRecordset.filter=...)

It seem that TeeChart doesn't take care of the filter and that all datas
are plot on the serie.

Is there anything i can do to solve this?

Thanks.
by Roland
Mon Jun 19, 2006 1:38 pm
Forum: ActiveX
Topic: Problem with Surface serie and datasource Recordset
Replies: 10
Views: 7653

luckily i tried this :
TChart1.Series(0).asSurface.IrregularGrid = True

and it is now working.

I don't understand exactly with surface wasn't drawing when these property wasn't set to True.

If you can help.

Thanks
by Roland
Mon Jun 19, 2006 12:34 pm
Forum: ActiveX
Topic: Problem with Surface serie and datasource Recordset
Replies: 10
Views: 7653

Problem with Surface serie and datasource Recordset

Hello i am using activeX 5.0.5.0. I have a simple chart with one surface serie. I am trying to fill serie with datas from a recordset but it does'nt work. So i made a little example with an unconnected recordset and the problem is the same. I can't see datas in my serie. The X and Y axis are setting...