Ok I'm producing the following graph:
The x-axis is CategoryDateTimeXAxis and the y-axis is NumericYAxis. I would now like to customise the graph to fit our needs.
So we would like something similar to this:
For the second requirement, I believe that I can use a custom data template but I was simply wondering if there was a simpler way.
Finally, I'd like for the bar charts's width to resize relative to the browser size. At the moment, when I resize the browser, the chart sizes remain fixed.So in effect, how can I gain granular customisation on the graph, bar widths, etc?
David
After a lot of trial and error, I found out that I should have been using the CategoryXAxis rather than the CategoryDateTimeXAxis (which one would assume would be the right one to use).