Legend.IncludeInLayout 属性

定义

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

public:
 property bool IncludeInLayout { bool get(); void set(bool value); };
public bool IncludeInLayout { get; set; }
Public Property IncludeInLayout As Boolean

属性值

Boolean

注解

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

适用于