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 です。

属性

適用対象