C# - why Histogram does not work in Excel 2016?
问题 I have excel 2016 vsto application build in c#. I have a chart control and want to set chart type to the histogram. I can select this chart from excel but I am not able set this chart type programmatically. In other words, I am not able to find histogram chart type in the XlChartType enum. 回答1: In such cases you should always open Object Browser in excel macros and and search for what you are looking for As you can see from object browser, the value for histogram is 118 or 76 in hex. You can