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
195
DataChart SplineArea with one value starts in the middle instead of on the left
posted

I'm using a DataChart SplineArea in my ASP.NET MVC application. When I have only 1 value, this is shown in the middle of my chart:

I want this to start on the left:

I could set minimunValue for this axis, but this is a date. Can this be done?