A
A
askeet2015-05-29 10:32:52
excel
askeet, 2015-05-29 10:32:52

How to use Microsoft.Office.Interop.Excel to set the parameters of a series with 100% overlap?

In the histogram properties in Excel, there is a "Format Data Series" window.
I need to set the following settings in C# when plotting charts, as in the figure below, but unfortunately I can’t find where they are.
b01cce8181044a2188695367d404db89.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
askeet, 2015-05-29
@askeet

Thank you all for your attention, I found a solution.
Excel.ChartGroupgroup = chart.ChartGroups(1);
group.Overlap = 100;
group.GapWidth = 0;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question