Bagikan melalui


Legend.CustomItems Properti

Definisi

Mendapatkan objek yang LegendItemsCollection digunakan untuk item legenda kustom.

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

Nilai Properti

Objek yang LegendItemsCollection digunakan untuk item legenda kustom.

Atribut

Keterangan

Properti koleksi ini dapat digunakan untuk menambah, menghapus, atau mengubah item legenda kustom.

Item legenda kustom, tidak seperti item legenda default, tidak memiliki seri atau poin data terkait.

Untuk mengubah item legenda, gunakan CustomizeLegend acara.

Berlaku untuk