I am trying to add Mixed mode and Multi axis chart in Only Office document server API using plugin for Document, Spreadsheet and Presentation
Api.CreateChart("bar3D", [[200, 240, 280],[250, 260, 280]],
["Projected Revenue", "Estimated Costs"],
[2014, 2015, 2016], 4051300, 2347595, 24);
But i am not able to figure out.
please guide me on how i can add mixed chart of line and bar series and multiple axis in it.