DataPointCustomProperties.IsValueShownAsLabel プロパティ

定義

ラベルにデータ ポイントの値を表示するかどうかを示すフラグを取得または設定します。

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

プロパティ値

Boolean

ラベルにデータ ポイントの値を表示する場合は true。それ以外の場合は false

属性

適用対象