VSTO VB.NET Excel 图表、图表副标题 - 如何从代码访问图表文本框?
我有一个 Excel 图表,我想在其上使用副标题。图表对象上没有 SubTitle 属性,因此我查看了 Excel 用户界面,发现只能使用文本框创建子标题。文本框看起来与图表相关,而不是工作表,那么我如何从代码访问该文本框?
谢谢...
I have a chart in Excel that I'd like to use a subtitle on. There is no SubTitle Property on the chart object, so I looked in the Excel User interface and found that you can only create a sub-title by using a text box. The text box looks like its associated with the chart, not the worksheet, so how would I access that text box from code?
Thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
还有另一种可能,那就是在图表标题中包含副标题,例如:
There is another possibility, and that is to include the subtitle in the chart title, for example: