共用方式為


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

屬性

適用於