Share via


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

適用対象