共用方式為


Legend.CustomItems 屬性

定義

取得用於自訂圖例項目的 LegendItemsCollection 物件。

public:
 property System::Web::UI::DataVisualization::Charting::LegendItemsCollection ^ CustomItems { System::Web::UI::DataVisualization::Charting::LegendItemsCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.LegendItemsCollection CustomItems { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.CustomItems : System.Web.UI.DataVisualization.Charting.LegendItemsCollection
Public ReadOnly Property CustomItems As LegendItemsCollection

屬性值

用於自訂圖例項目的 LegendItemsCollection 物件。

屬性

備註

這個集合屬性可用來新增、刪除或修改自訂圖例專案。

自訂圖例專案與預設圖例專案不同,沒有相關聯的數列或資料點。

若要修改圖例專案,請使用 CustomizeLegend 事件。

適用於