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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -