2

I am working on Android Application which can show salary comparisons in a bar chart.

I need to display two charts in a same activity and I am successful in displaying one chart per one activity using achartengine.

I need Confirmation that is it possible to display two charts in one activity like this.If so please help me..

salary chart

Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78

1 Answers1

0

You can definitely have 2 views added to your activity. Each view would contain a chart created with AChartEngine.

In order to see how to embed charts inside an activity, please read this post.

Community
  • 1
  • 1
Dan D.
  • 32,246
  • 5
  • 63
  • 79