DataPointCustomProperties.IsValueShownAsLabel プロパティ

定義

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

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

プロパティ値

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

属性

適用対象