Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Customising StepAreaSeries
posted

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.

  1. The entire plotted graph should be shifted to left.
  2.  Shift the x-axis labels to the right and be centred relative to the gridlines.

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

Parents
No Data
Reply
  • 180
    Verified Answer
    posted

    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).

Children
No Data