When show a graph with a horizontal time line in the web dashboard every thing looks fine. When you export the chart there is an extra gab added at the beginning and the end of the chart. Due tot to this extra gab the first date-time which is shown is often not the real first date time in the data. This is very confusing and the chart becomes unreadable when a barchart is used.
Steps to reproduce:
Open the dashboard demo. The dashboard is filtered to display only janurary. This is the link:
Web Dashboard - ASP.NET MVC Dashboard Demo | DevExpress
This looks fine.
Now export the graph. And it will look like this:
Notice the extra gab en the wrong placed first date.
The exported graph will look even more strange when you change it to a stacked bar chart.
After you changed it to a stacked bar chart it will look like this in the dashboard
When you export it it looks like this:
Now the x axis of the chart has become completely unreadable. (The user can not see that the first bar is on 1/6 and the last bar is at 1/27)
What I would expect is that the x axis and the bars are displayed the same way as it is shown in the web dashboard.
Thanks in advantage,
Tijmen