Legend.CustomItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用於自訂圖例項目的 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
屬性值
- 屬性
備註
這個集合屬性可用來新增、刪除或修改自訂圖例專案。
自訂圖例專案與預設圖例專案不同,沒有相關聯的數列或資料點。
若要修改圖例專案,請使用 CustomizeLegend 事件。