Hi Pradeep
Thanks for using Syncfusion product.
Please find the response for the query.
By default, the chart render the ticks and gridlines between
the points for string value type axis. So, we suggest you to use “labelPlacement” property of axis
to achieve this behavior as follow
[JS]
primaryXAxis:{
//default value is labelPlacement: “betweenTicks”
labelPlacement: 'onTicks',
},
Based on the query we have created a simple sample and find
the sample from the attachment.
Regards
Gowrimathi S
label_a7285c78.zip