简体   繁体   中英

C# Excel Interop - Equivalent of Axis Type option

I've done a chart in interop c#.

I just need to change the Axis Type.

在此处输入图像描述

How can I do this?

Thx. Florence

The solution of the problem is:

m_XAxe.CategoryType = MSWord.XlCategoryType.xlTimeScale;

or

m_XAxe.CategoryType = MSWord.XlCategoryType.xlAutomaticScale;

or

m_XAxe.CategoryType = MSWord.XlCategoryType.xlCategoryScale;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM