SmartLabelStyle.Enabled 属性

定义

获取或设置指示 SmartLabelStyle 算法是否启用的标志。

public:
 virtual property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public virtual bool Enabled { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Enabled : bool with get, set
Public Overridable Property Enabled As Boolean

属性值

Boolean

如果将应用算法以防止数据点标签重叠,则为 true。 如果不会禁止数据点标签的重叠,则为 false。 默认值是 true

属性

适用于