次の方法で共有


DataLabel.ShowLegendKey プロパティ

定義

データ ラベルの凡例キーが表示されている場合は 、True に 設定します。 値の取得と設定が可能なブール型 (Boolean) の値です。

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

プロパティ値

Boolean

次の使用例は、作業中の文書の最初のグラフの系列 1 のデータ ラベルを設定して、値と凡例キーを表示します。

適用対象