Posted 26 Jun 2013 Link to this post
Posted 27 Jun 2013 Link to this post
In order to achieve this you should set visible: false to the categoryAxis.majorGridLines. I.e.:
$(
"#chart20"
).kendoChart({
//....
categoryAxis: {
majorGridLines: {
visible:
false
}
});