DHTMLX Docs & Samples Explorer

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#"
     },
     ...
})