DataPointCustomProperties.IsValueShownAsLabel プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ラベルにデータ ポイントの値を表示するかどうかを示すフラグを取得または設定します。
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
プロパティ値
ラベルにデータ ポイントの値を表示する場合は true
。それ以外の場合は false
。
- 属性