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

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
micha
Newbie
Newbie
Posts: 9
Joined: Thu Jul 05, 2012 12:00 am

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

Post by micha » Wed Jul 11, 2012 8:53 am

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 8883 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 8881 times
Thanks for ur help!

Michael

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Wed Jul 11, 2012 11:53 am

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).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

micha
Newbie
Newbie
Posts: 9
Joined: Thu Jul 05, 2012 12:00 am

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

Post by micha » Thu Jul 12, 2012 6:33 am

Thanks....

i hope u have an idea for my other topic

Michael

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Thu Jul 12, 2012 11:10 am

Hi Michael,

I've just answered it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply