ASP.NET4 Charting Only show certain dates on X-axis
I'm using ASP.NET to draw some line charts with multiple series. On the x-axis I am plotting the date however I do not have values for weekend dates and therefore it is drawing a straight line from the friday to the monday.
I'm wondering is there a way to basically only show dates on the x-a开发者_运维知识库xis for where you actually have values?
I have tried setting the x-axis data type to string which works except for when I have some missing values during the week. If that happens, it basically messes up my scale with duplicate entries.
精彩评论