How to add a "DeltaPoint"-Series?

TeeChart for ActiveX, COM and ASP
Post Reply
Erto
Newbie
Newbie
Posts: 2
Joined: Fri Dec 09, 2005 12:00 am

How to add a "DeltaPoint"-Series?

Post by Erto » Wed Jan 11, 2006 11:20 am

Hello,

in the ChartEditor it is possible to add the charttype "deltapoint" (with smilies). But how can i do this with pure code?

I do missing something like: TChart1.AddSeries scDeltaPoint :(

Thank you
Erto

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jan 11, 2006 11:58 am

Hello Erto,

Sorry but I don't understand what you are trying to achieve. Could you please extend on that?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Erto
Newbie
Newbie
Posts: 2
Joined: Fri Dec 09, 2005 12:00 am

Post by Erto » Wed Jan 11, 2006 12:09 pm

narcis wrote:Hello Erto,

Sorry but I don't understand what you are trying to achieve. Could you please extend on that?

Thanks in advance.
I want to add the chart-type "DeltaPoint".

Example:

That's the way to add a "Point"-ChartType:

TChart1.AddSeries scPoint


Now, i want to add a "DeltaPoint"-ChartType (with green, yellow, red smilies):

TChart1.AddSeries sc??????????????

Remark: This doesn't work: TChart1.AddSeries scDeltaPoint

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 12, 2006 1:36 pm

Hi Erto,

Ok, I've checked that that series type doesn't exist in TeeChart Pro v7 ActiveX. We are going to add them in future releases. In the meantime, the only way of adding them and achieving their aspect is setting their properties throught the chart editor.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply