0

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?

nonprof
  • 3
  • 2

1 Answers1

1

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

th65
  • 188
  • 2
  • 11