CustomizeLegendEventArgs.LegendName 속성

정의

어느 범례가 Legend 이벤트의 전송자였는지 확인하는 데 사용할 수 있는 CustomizeLegend 개체의 이름을 가져옵니다.

public:
 property System::String ^ LegendName { System::String ^ get(); };
public string LegendName { get; }
member this.LegendName : string
Public ReadOnly Property LegendName As String

속성 값

연결된 Legend 개체의 이름을 나타내는 string 값입니다.

적용 대상