@scompliance,
Sorry, it’s not possible to move the toolbar using any property as of now. However, you can use CSS to style it, as it is a DOM element, and change its position. Please take a look at this CSS snippet for an example on how to do the same.
.canvasjs-chart-toolbar {
top: -50px !important;
}
—
Ananya Deka,
Team CanvasJS