SmartLabelStyle.IsOverlappedHidden 属性
定义
获取或设置一个标志,该标志指示是否将隐藏无法重新定位的重叠标签。Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden.
public:
virtual property bool IsOverlappedHidden { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public virtual bool IsOverlappedHidden { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsOverlappedHidden : bool with get, set
Public Overridable Property IsOverlappedHidden As Boolean
属性值
如果隐藏发生重叠的标签,则为 true。true if labels will be hidden if they overlap. 如果不会隐藏重叠的标签,则为 false。false if overlapped labels will not be hidden. 默认值是 true。The default value is true.
- 属性
注解
如果无法在属性所指定的区域内绘制点 MinMovingDistance MaxMovingDistance ,并且在、属性所允许的方向下, MovingDirection 并且此属性为,则 true 不会绘制数据点标签。If the point cannot be drawn within the area specified by the properties MinMovingDistance and MaxMovingDistance, in the directions allowed by the MovingDirection, property, and this property is true, the data point label will not be drawn.