DataPointCustomProperties.IsVisibleInLegend プロパティ

定義

アイテムが凡例に表示されるかどうかを示すフラグを取得または設定します。

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

プロパティ値

true 項目が凡例に表示される場合。それ以外の場合は false

属性

適用対象