anychart.onDocumentReady(function () {
var chart = anychart.column([
var bottomXAxis = chart.xAxis();
bottomXAxis.ticks({stroke: '#2196F3'});
var topXAxis = chart.xAxis(1);
topXAxis.orientation('top');
topXAxis.stroke('#2196F3');
chart.title('Get and modify chart xAxis');
chart.container('container');