Search found 8 matches

by yos
Thu Feb 02, 2012 8:16 am
Forum: Java
Topic: Android Line Chart
Replies: 2
Views: 8396

Re: Android Line Chart

i figured it out.

Code: Select all

((Line)chart.getSeries(0)).getLinePen().setWidth(3);
by yos
Wed Feb 01, 2012 6:55 pm
Forum: Java
Topic: Android Line Chart
Replies: 2
Views: 8396

Android Line Chart

Hi, i'm building a line chart and i wnated to make the line more width. i tried: Series line = new Line(chart.getChart()); line.getXValues().setOrder(ValueListOrder.NONE); line.add(xAxis, yAxis); ChartPen pen = new ChartPen(chart.getChart()); pen.setWidth(10); but it doesn't make a difference. any i...
by yos
Sun Jan 29, 2012 7:28 am
Forum: Java
Topic: chart background + remove grid in Android
Replies: 11
Views: 22450

Re: chart background + remove grid in Android

Hi Yeray,

your code works great, one thing though, changing the arrow size changes the scale of my pie chart.
any solution ?

Thanks
by yos
Thu Jan 26, 2012 8:23 am
Forum: Java
Topic: chart background + remove grid in Android
Replies: 11
Views: 22450

Re: chart background + remove grid in Android

Hi,

i had grammar problem with my previous post (my bad), what i ment was :

is there any way to post the values of each pie slice ON the slices ? meaning NOT in a side legend or outside the pie chart ?

many thanks !
by yos
Wed Jan 25, 2012 6:46 pm
Forum: Java
Topic: chart background + remove grid in Android
Replies: 11
Views: 22450

Re: chart background + remove grid in Android

Hi keith20mm,

are you referring question 1 or 2 in your latest post?

is there any way to post the values of each pie slice on the slices ? meaning to in a side legend or outside the pie chart ?

many thanks !
by yos
Wed Jan 25, 2012 4:41 pm
Forum: Java
Topic: chart background + remove grid in Android
Replies: 11
Views: 22450

Re: chart background + remove grid in Android

Thanks,

the Bevel works great !

regarding the line chart, i removed the grid, but now i see a white background, is there any way to set it to transparent ?
by yos
Wed Jan 25, 2012 4:07 pm
Forum: Java
Topic: chart background + remove grid in Android
Replies: 11
Views: 22450

Re: chart background + remove grid in Android

thanks,

i managed to remove the grid as you specified. is there any why to make the background transparent ?

any thoughts about the first question ?
by yos
Wed Jan 25, 2012 2:26 pm
Forum: Java
Topic: chart background + remove grid in Android
Replies: 11
Views: 22450

chart background + remove grid in Android

Hi, i have two questions regarding chart background (or panel background) and removing the grid background in a line chart. [*]lest's start with the chart background: i managed to produce two graphs one is a 3D pie chart and the other is a line chart both of them presented in the images below http:/...