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?
Are you using
LineGraphView
as your class for displaying the data? UseBarGraphView
for a bar graph.