C#ChartArea PlotArea TickLabels比率

时间:2016-04-01 17:03:37

标签: c# .net excel charts msdn

我正在使用Excel Interop Charts动态绘制图形。 TickLabels没有完全显示,我必须手动调整plotarea的大小以使TickLabels可见。我尝试指定PlotArea的高度,但它失败了。 是否有任何可编程属性来指定PlotArea和TickLabels区域的比率? 问候, Vikron

1 个答案:

答案 0 :(得分:0)

找到,您需要选择PlotArea,然后修改高度/宽度               chart.PlotArea.Select();               chart.PlotArea.Height = 300;