Tee Chart Barchart with one category

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Indus Systems
Newbie
Newbie
Posts: 9
Joined: Wed Nov 09, 2011 12:00 am

Tee Chart Barchart with one category

Post by Indus Systems » Thu Jan 12, 2012 10:40 am

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

Yeray
Site Admin
Site Admin
Posts: 9532
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Tee Chart Barchart with one category

Post by Yeray » Thu Jan 12, 2012 4:03 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply