Legend.DockedToChartArea 屬性

定義

取得或設定圖例所要停駐之 ChartArea 的名稱。

public:
 property System::String ^ DockedToChartArea { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))]
public string DockedToChartArea { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.LegendAreaNameConverter))>]
member this.DockedToChartArea : string with get, set
Public Property DockedToChartArea As String

屬性值

String

string 值,表示此圖例所要停駐之 ChartArea 的名稱。 預設值為空字串。

屬性

適用於