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
How to add a "DeltaPoint"-Series?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello Erto,
Sorry but I don't understand what you are trying to achieve. Could you please extend on that?
Thanks in advance.
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 |
Instructions - How to post in this forum |
I want to add the chart-type "DeltaPoint".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.
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |