How to add a LinePen Color on an area when step is true?
Posted: 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))); 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
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