DataPointCustomProperties.Label 속성

정의

데이터 요소 레이블의 텍스트를 가져오거나 설정합니다.

public:
 virtual property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public virtual string Label { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Label : string with get, set
Public Overridable Property Label As String

속성 값

String

데이터 지점 레이블의 텍스트를 나타내는 string 값입니다.

특성

적용 대상