Legend.IncludeInLayout 属性

定义

如果在确定图表布局时图例将占用图表布局空间,则设置为 True 。 默认值为 True。 读/写 Boolean

public:
 property bool IncludeInLayout { bool get(); void set(bool value); };
public bool IncludeInLayout { get; set; }
member this.IncludeInLayout : bool with get, set
Public Property IncludeInLayout As Boolean

属性值

Boolean

注解

该属性对于图表是否处于自动版式模式没有影响。 如果用户使用“上图”命令添加标题,则图表的大小会更小,就像以前版本的 Microsoft Office 一样。 如果用户随后删除标题,或者选择其中一个覆盖标题选项,则图表将变得较大,就好像标题不在图表上那样。

适用于