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

適用対象