I want to simply set the marked place legend on top of the graph.
The following is the Google Chart code which does not work:
var wrapper = new google.visualization.ChartWrapper({
chartType: 'ColumnChart',
dataTable: Dydata,
containerId: 'visualization',
legend: { position: 'bottom', alignment: 'start' },
width: 520,
height: 350
});
wrapper.draw();