ChartArea.Name 속성

정의

ChartArea 개체의 고유 이름을 가져오거나 설정합니다.

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

속성 값

String

string 개체의 고유 이름을 나타내는 ChartArea 값입니다.

특성

설명

이름을 ChartArea 개체는 고유 해야 합니다., 그렇지 않으면 예외가 throw 됩니다.

검색할 때 인덱서로이 속성을 사용할 수 있습니다는 ChartArea 에서 개체를 ChartAreaCollection 개체입니다.

길이가 0 인 문자열이이 속성을 설정한 경우입니다. 예외가 throw 됩니다.

적용 대상