다음을 통해 공유


LegendCell.Name 속성

정의

범례 셀의 이름을 가져오거나 설정합니다.

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

속성 값

string 범례 셀의 텍스트 이름을 나타내는 값입니다.

설명

범례 셀의 이름은 고유해야 합니다. 그렇지 않으면 예외가 throw됩니다.

에서 개체LegendCellCollection를 검색할 때 이 Name 속성을 인덱서로 LegendCell 사용할 수 있습니다.

이 속성을 길이가 0인 문자열로 설정하면 예외가 throw됩니다.

적용 대상