Hello,
We are using tee chart for android. It is showing only one series when there is only one category in x axis. e.g. We are showing organizational level in x axis and area values in y axis. there are 3 series for each org levele - Gross area, net area and chargeable area. When there is only one org level, chart showing only the first series only. Plaese help as soon as possible, bacause of we are planned the release by this month end.
regards
Shibu
Indus Systems Inc
Tee Chart Barchart with one category
-
- Newbie
- Posts: 9
- Joined: Wed Nov 09, 2011 12:00 am
Re: Tee Chart Barchart with one category
Hi Shibu,
I'm not sure to understand either what exact chart do you have nor what exact problem you are suffering.
I'm not sure if you have three area series (a) or one series (maybe a bar series instead of an area series) with three values (b).
(a) If you want to make visible only one of the three series, you only have to hide the other two with setVisible(false) call.
(b) If you want to make visible only one of the three values in a series, you have to set the other values as null points with the setNull(valueIndex) call.
If that's not what you meant, maybe a simple example or a picture could help us to understand what you exactly mean.
I'm not sure to understand either what exact chart do you have nor what exact problem you are suffering.
I'm not sure if you have three area series (a) or one series (maybe a bar series instead of an area series) with three values (b).
(a) If you want to make visible only one of the three series, you only have to hide the other two with setVisible(false) call.
(b) If you want to make visible only one of the three values in a series, you have to set the other values as null points with the setNull(valueIndex) call.
If that's not what you meant, maybe a simple example or a picture could help us to understand what you exactly mean.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |