Page 1 of 1
How to add a "DeltaPoint"-Series?
Posted: Wed Jan 11, 2006 11:20 am
by 9529430
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
Posted: Wed Jan 11, 2006 11:58 am
by narcis
Hello Erto,
Sorry but I don't understand what you are trying to achieve. Could you please extend on that?
Thanks in advance.
Posted: Wed Jan 11, 2006 12:09 pm
by 9529430
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
Posted: Thu Jan 12, 2006 1:36 pm
by narcis
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.