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
プロパティ値
LegendItemsCollection オブジェクト。
- 属性
注釈
このコレクション プロパティは、カスタム凡例項目の追加、削除、または変更に使用できます。
カスタム凡例項目は、既定の凡例項目とは異なり、系列またはデータ ポイントが関連付けられません。
凡例項目を変更するには、 イベントを使用します CustomizeLegend 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET