anychart.onDocumentReady(function () {
var chart = anychart.scatter([
chart.xAxis(0, {orientation: "top", title: null});
chart.xAxis(1, {orientation: "bottom", title: "X-Axis"});
chart.xAxis(2, {orientation: "right", title: null});
chart.container("container");