Example of Embedded Chart in ASP.NET Core Excel (XlsIO) Library
This sample demonstrates how to create a simple chart using XlsIO.
DEMO
SOURCE
Essential XlsIO has APIs for creating an embedded chart. The IChartShape interface represents the embedded chart in memory. This object can be used to format and modify chart settings, which is similar to modifying chart properties using Excel.
Features:
Creation of embedded chart types
Creation of chart from values in a template document