Check documentation for the latest version of dhtmlxSuite xAxis DHTMLX Docs

xAxis

The horizontal scale.

Value type: Object

  • lineColor - (string) the color of lines. By default, '#cfcfcf'
  • template - (string or function) the template for radial titles
var chart =  new dhtmlXChart({
     xAxis:{
    template:"#month#"
     },
     ...
})

chart/scales_in_details.png

Back to top