Page 1 of 1

Tee Chart Barchart with one category

Posted: Thu Jan 12, 2012 10:40 am
by 17060683
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

Re: Tee Chart Barchart with one category

Posted: Thu Jan 12, 2012 4:03 pm
by yeray
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.