vsto - Office.Interop.Excel How to get axis from series -


i using microsoft.office.interop.excel create chart. of series in chart series collection logarithmic, want hold of axis related particular series, set scale type logarithmic.

here way it:

xlaxisvalue = ctype(xlchart.axes(, excel.xlaxisgroup.xlprimary), excel.axes) xlaxisvalue.item(excel.xlaxistype.xlvalue).scaletype = excel.xlscaletype.xlscalelogarithmic 

it generic example, if not working plese post code.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -