LabelOutsidePlotAreaStyle 枚举
定义
指定可以在绘图区之外绘制标签的程度。Specifies the degree to which a label can be drawn outside a plotting area.
public enum class LabelOutsidePlotAreaStyle
public enum LabelOutsidePlotAreaStyle
type LabelOutsidePlotAreaStyle =
Public Enum LabelOutsidePlotAreaStyle
- 继承
字段
| No | 1 | 不能在绘图区之外绘制标签。Labels cannot de drawn outside the plotting area. |
| Partial | 2 | 可在绘图区之外绘制部分标签。Labels can be drawn partially outside the plotting area. |
| Yes | 0 | 可在绘图区之外绘制标签。Labels can be drawn outside the plotting area. |
注解
LabelOutsidePlotAreaStyle枚举表示允许标签离开绘图区的程度。The LabelOutsidePlotAreaStyle enumeration represents the degree to which a label is allowed to leave a plotting area. 它与对象的属性一起使用 AllowOutsidePlotArea SmartLabelStyle 。It is used in conjunction with the AllowOutsidePlotArea property of the SmartLabelStyle object.
如果指定部分值,则不能在绘图区之外绘制超过50% 的标签。If you specify the Partial value, no more than 50% of the label can be drawn outside the plotting area.