Hello, I am using a RadHtmlChart but the DataFieldY and DataFieldX values are not aligning. I am creating the chart programmatically and binding to a datatable and I am setting the data fields to two columns in the datatable, chartSeries.DataFieldY = "Amount", chartSeries.DataFieldX = "Date". However I get this (attached image). Notice that the line markers are not aligning with the dates on the x axis. Is there a way that I can put the date labels on the minor ticks or can I put the line markers on the major ticks so that the x and y data can intersect?