Franek Kuciapa
Franek Kuciapa

Reputation: 141

officejs: How to build a combo chart in Excel

I need to implement a combo chart to replicate an existing chart design in Excel. The chart is a combination of Clustered Column and Line with markers. I cannot find the obvious way to do it in Excel JS Addin API.

Can this be done? Any examples ?

Upvotes: 0

Views: 306

Answers (1)

Eugene Astafiev
Eugene Astafiev

Reputation: 49397

The Work with charts using the Excel JavaScript API article provides code samples that show how to perform common tasks with charts using the Excel JavaScript API. For the complete list of properties and methods that the Chart and ChartCollection objects support, see Chart Object (JavaScript API for Excel) and Chart Collection Object (JavaScript API for Excel).

Feature requests on Tech Community are considered, when the dev team go through the planning process. Use the github label: Type: product feature request at https://aka.ms/M365dev-suggestions .

Upvotes: 1

Related Questions