Hi…
Is there any way I can set texts on xAxis with angle of inclination 45°? I have drawn a chart like that using MS Excel 2007 and it shows like the attached JPG file.
There is a method I know is using VML <v:path> to solve the text inclination in IE, but I am still puzzled from defining xAxis in dhtmlXChart
yAxis: {},
xAxis: {
template: function() {
???
}