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

屬性值

string 值,表示關聯的 Legend 物件名稱。

適用於