Series.Name 속성

정의

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

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

데이터 시리즈의 고유한 이름입니다.

특성

설명

데이터 계열 이름은 고유 해야 합니다. 그렇지 않으면 예외가 throw 됩니다.

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

이 속성은 빈 문자열로, 예외가 throw 됩니다.

적용 대상