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.

특성

적용 대상