次の方法で共有


DataTable.ShowLegendKey プロパティ

定義

データ ラベルの凡例キーが表示されるかどうかを決定する値を設定または返します。 値の取得と設定が可能です。

public:
 property bool ShowLegendKey { bool get(); void set(bool value); };
public bool ShowLegendKey { get; set; }
member this.ShowLegendKey : bool with get, set
Public Property ShowLegendKey As Boolean

プロパティ値

データ ラベルの凡例キーが表示されている場合はブール値True に設定し、それ以外の場合は False に設定します

適用対象