LabelOutsidePlotAreaStyle 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定可以在绘图区之外绘制标签的程度。
public enum class LabelOutsidePlotAreaStyle
public enum LabelOutsidePlotAreaStyle
type LabelOutsidePlotAreaStyle =
Public Enum LabelOutsidePlotAreaStyle
- 继承
字段
No | 1 | 不能在绘图区之外绘制标签。 |
Partial | 2 | 可在绘图区之外绘制部分标签。 |
Yes | 0 | 可在绘图区之外绘制标签。 |
注解
LabelOutsidePlotAreaStyle枚举表示允许标签离开绘图区的程度。 它与对象的属性一起使用 AllowOutsidePlotArea SmartLabelStyle 。
如果指定部分值,则不能在绘图区之外绘制超过50% 的标签。