Page 1 of 1

How to add a LinePen Color on an area when step is true?

Posted: Wed Jul 11, 2012 8:53 am
by 16962897
Hi i am using TeeChart Java for Android.

I have a area with a line Color
areaSeries.getLinePen().setColor(new Color(getResources().getColor(R.color.chart_main_color)));
Linie.png
Linie.png (8.25 KiB) Viewed 9042 times
but when i change the area to a "step area"
areaSeries.setStairs(true);
i am losing the LinePen color.... why? and how can i can add such a color on the top stepborder of the area?
step.png
step.png (7.3 KiB) Viewed 9040 times
Thanks for ur help!

Michael

Re: How to add a LinePen Color on an area when step is true?

Posted: Wed Jul 11, 2012 11:53 am
by yeray
Hi Michael,

You are right. The LinePen isn't drawn in the stairs mode. I've added it to the wish list be considered for inclusion in next releases (TJ71016252).

Re: How to add a LinePen Color on an area when step is true?

Posted: Thu Jul 12, 2012 6:33 am
by 16962897
Thanks....

i hope u have an idea for my other topic

Michael

Re: How to add a LinePen Color on an area when step is true?

Posted: Thu Jul 12, 2012 11:10 am
by yeray
Hi Michael,

I've just answered it.