다음을 통해 공유


LegendCell.Text 속성

정의

범례 셀 텍스트를 가져오거나 설정합니다.

public:
 virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public virtual string Text { get; set; }
member this.Text : string with get, set
Public Overridable Property Text As String

속성 값

string 범례 셀의 텍스트를 나타내는 값입니다. 기본값은 길이가 0인 문자열입니다.

설명

속성은 Text 속성이 .로 설정된 경우에만 CellType 적용할 수 있습니다 Text.

적용 대상