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)));
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?
Thanks for ur help!
Michael
How to add a LinePen Color on an area when step is true?
Re: How to add a LinePen Color on an area when step is true?
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).
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to add a LinePen Color on an area when step is true?
Thanks....
i hope u have an idea for my other topic
Michael
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?
Hi Michael,
I've just answered it.
I've just answered it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |