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

属性

適用対象