Legend.CustomItems 屬性

定義

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

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

屬性值

LegendItemsCollection 物件。

屬性

備註

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

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

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

適用於