LegendItem.SeriesName 속성

정의

기본 범례 항목과 연결된 Series의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ SeriesName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string SeriesName { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SeriesName : string with get, set
Public Property SeriesName As String

속성 값

기본 범례 항목과 연결된 계열의 이름을 결정하는 string 값입니다. 기본값은 길이가 0인 문자열입니다.

특성

설명

이 속성에만 사용 해야는 CustomizeLegend 이벤트 기본 범례 항목을 나타내는 데이터 계열에 있습니다.

SeriesName 기본 범례 항목은 해당 데이터 요소를 표시 및 계열을 그릴 필요가; 속성이 구 및 원형 차트를 제외한 모든 차트에 적용 됩니다. 구 및 원형 차트를 다룰 때 사용 된 SeriesPointIndex 속성 대신 합니다.

개발자가이 속성을 설정 되어야 합니다.

참고

이 속성은 전체 적용할 LegendItem합니다.

적용 대상