共用方式為


Legend.IsDockedInsideChartArea 屬性

定義

取得或設定旗標,這個旗標表示圖例是停駐於圖表區域的內部還是外部。

public:
 property bool IsDockedInsideChartArea { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsDockedInsideChartArea { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsDockedInsideChartArea : bool with get, set
Public Property IsDockedInsideChartArea As Boolean

屬性值

如果圖例停駐於圖表區域的內部,則為 true,而如果停駐於圖表區域的外部,則為 false。 預設值是 false

屬性

備註

只有當屬性設定為物件的名稱 ChartArea 時, DockedToChartArea 這個屬性才會生效。

注意

如果 屬性 Position 設定為 以外的 Auto 任何值,則 IsDockedInsideChartArea 屬性也不會有任何作用。 這是因為圖例的位置是由 屬性設定所 Position 決定。

適用於