Hi June,
Thanks for contacting Syncfusion support.
We have analyzed your query. We have prepared a sample with respect to the provided screenshot. In this, x axis can be moved by using crossesAt property and if you need not to move the axis labels with the axis line, then you need to specify false to showNextToAxisLine property of primaryXAxis. Find the code snippet to achieve this requirement.
JS:
$("#container").ejChart(
{
primaryXAxis:
{
crossesAt : 0,
showNextToAxisLine : false
},
//...
}); |
Screenshot:
Sample for reference can be find from below link.
If we have misunderstood your query, kindly revert us with more information on your query.
Thanks,
Dharani.