C
C
CryptoPython2019-03-07 15:53:04
excel
CryptoPython, 2019-03-07 15:53:04

How to build a radar chart in exel using c#?

It is not possible to build a radar diagram for the created tables using the Domorev method, you can build ordinary diagrams, but they are not quite suitable, maybe someone came across working in exel from c#.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Gaydak, 2019-03-07
@KryptoPython

KryptoPython , you have to know how) and yet if you have already found how to create a Chart in Excel, and substitute a data range, then in fact it is easy to change
chartPage.ChartType = Excel.XlChartType.xlColumnClustered;
on
chartPage.ChartType = Excel.XlChartType.xlRadar;
Here is a conditional link for example.
https://stackoverflow.com/questions/1426240/excel-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question