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
Post a Comment