다음을 통해 공유


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

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

설명

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

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

이 속성을 빈 문자열로 설정 하는 경우 예외가 throw 됩니다.

적용 대상