Search code examples
androidandroid-graphview

Bar graph with GraphView


I know I must be missing something obvious, but I can't see how to display a bar graph rather than a line graph. I've set up the data using GraphViewSeries. The data all looks correct, but I don't see an option on GraphViewStyle to change the style from a line graph to a bar graph.

Any pointers?


Solution

  • Are you using LineGraphView as your class for displaying the data? Use BarGraphView for a bar graph.