nonprof
nonprof

Reputation: 3

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?

Upvotes: 0

Views: 252

Answers (1)

th65
th65

Reputation: 188

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

Upvotes: 1

Related Questions